Roguelike game developed in Java using entity-component-system (ecs) architecture and Java Swing.
- Lorenzo Prati - [email protected]
- Elvis Perlika - [email protected]
- Alessandra Versari - [email protected]
- Emanuele Dajko - [email protected]
You can build using Gradle:
Once in the project folder use:
./gradlew build
On Windows use:
gradlew.bat build