Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.67 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.67 KB

Dimension Holiday

Roguelike game developed in Java using entity-component-system (ecs) architecture and Java Swing.

Members

Images

Build

You can build using Gradle:

Once in the project folder use:

./gradlew build

On Windows use:

gradlew.bat build