Skip to content

A simple pixel roguelike game written as a laboratory assignment at NSU.

Notifications You must be signed in to change notification settings

sckwokyboom/Pixel-Mind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Mind

Stylized pixel roguelike game written using JavaFX.


Possibilities

  • Character selection
  • Saving the game session at the end of the game
  • Configuring the playing field and the enemies on it
  • Saving game scores

How to build and run?

Just run the commands in the terminal:

On Linux:

./gradlew build
./gradlew run

On Windows:

./gradlew.bat build
./gradlew.bat run

Releases

No releases published

Packages

No packages published

Languages