AykutBuyukkaya / JavaFXGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :).

About


Languages

Language:Java 100.0%