Skip to content
Alessio Sardaro edited this page Mar 31, 2023 · 15 revisions

Chekcers Invader JavaFx Game (still developing)

The game of checkers made with Java and JavaFX, space invaders style.
Install library with this command:

mvn install:install-file -Dfile=./lib/checkersengine-3.2.jar -DgroupId=checkersengine -DartifactId=checkersengine -Dversion=3.2 -Dpackaging=jar

and run the game:

mvn clean javafx:run

Clone this wiki locally