Skip to content

MrExplode/Labyrinth

Repository files navigation

Labyrinth Build Status wakatime


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.



Features

  • Map editor
  • Language selection
  • Highscores



Building & Usage

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

Site generation

Please note, even though the site generation might seem broken when built locally, it is not when deployed.

About

University project assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published