Stylized pixel roguelike game written using JavaFX.
- Character selection
- Saving the game session at the end of the game
- Configuring the playing field and the enemies on it
- Saving game scores
Just run the commands in the terminal:
On Linux:
./gradlew build
./gradlew run
On Windows:
./gradlew.bat build
./gradlew.bat run