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
- Host: GitHub
- URL: https://github.com/jalijuhola/harkkatyo
- Owner: JaliJuhola
- Created: 2016-01-04T16:57:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T00:28:17.000Z (over 9 years ago)
- Last Synced: 2025-05-15T11:50:36.768Z (about 1 year ago)
- Topics: spring
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!