Git Product home page Git Product logo

javafxgame's Introduction

JavaFXGame

How to play

There are five levels exists at this game. You need to earn highest possible Score by destorying boxes. Every clicked box will effect its nearby boxes. The scoring system is like this:

Some screenshots:

image

image

image

image

How to run this project ?

  1. This project uses external libraries such as JavaFX. Firstly you have to download JavaFX libraries.

https://gluonhq.com/products/javafx/

I recommend you to extract files to your project workspace.

  1. After that you need to import this project to your Workspace.
  2. After importing process is done you need to add JavaFX libraries to this project.

After importing the project you'll encounter these errors due to missing JavaFX libraries: image

Firstly you need to delete these imports by selecting all of them and pressing remove at the right panel image

After that we just need to find and add downloaded libraries

image

Just click to add external jars button

image

Select all of these jar files then press open. After that just press apply and close.

  1. After adding libraries ve need to add some carguments to the compiler Simply Run->Running Configurations-> Arguments then simply print this to the VM arguments: --module-path "\path\to\javafx-sdk-12.0.1\lib" --add-modules javafx.controls,javafx.fxml

After that you can simply run the project :)

Note: This my first project on github. I know there are a lot of errors and mistaks exist both project and readme file. I'll be grateful if you let me know about my mistakes. Thanks :).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.