An open API service indexing awesome lists of open source software.

https://github.com/jalijuhola/harkkatyo

Java based game where data stored locally to textfile
https://github.com/jalijuhola/harkkatyo

spring

Last synced: 2 months ago
JSON representation

Java based game where data stored locally to textfile

Awesome Lists containing this project

README

          

## Console based Java maze game
- Game has items, player and monsters.
- Random maze is generated and user has objective to dodge monsters and reach finnish line.
- Monsters and user has health so you have possibility to attack to monsters and destroy those.
- You can collect items and when used items gives you more health.
- Monsters have simple AI where they move direction of player on any turn.

## About program
- Game is saved to text file if you exit and choose to continue game you can do it!