Little tetris-like game made with JavaFX
- clone this repo
- import in Eclipse and build
- launch in a terminal with command
java -jar --module-path "path to JavaFX libs" --add-modules=javafx.controls,javafx.fxml,javafx.graphics,javafx.media .\tetrix.jar
For example :
java -jar --module-path "c:\d\java\FX11\lib" --add-modules=javafx.controls,javafx.fxml,javafx.graphics,javafx.media .\tetrix.jar