The goal of this game is to escape from a labyrinth, before the monster catches the player. In each turn we can move one step horizontally or vertivally. Neither the player nor the monster can cross walls. After each player move, the monster takes two steps towards the player, preferring horizontal movement.
- Map editor
- Language selection
- Highscores
You can build the project by running:
./mvnw package # Linux
mvnw.cmd package # Windows
You can find the built artifact in the labyrinth-ui/target
folder.
java -jar labyrinth-ui/target/labyrinth-ui-1.0.jar
Please note, even though the site generation might seem broken when built locally, it is not when deployed.