https://github.com/kis-balazs/labyrinthrobotproject
My small labyrinth game in Java
https://github.com/kis-balazs/labyrinthrobotproject
java project
Last synced: 10 months ago
JSON representation
My small labyrinth game in Java
- Host: GitHub
- URL: https://github.com/kis-balazs/labyrinthrobotproject
- Owner: kis-balazs
- Created: 2019-02-21T18:02:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T11:09:44.000Z (about 5 years ago)
- Last Synced: 2025-08-26T13:42:28.574Z (10 months ago)
- Topics: java, project
- Language: Java
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## LabyrinthRobotProject
The game consists of following the white path with the robot from the starting position to the :checkered_flag: using the arrows.
Each button press will 'cost' **:+1: step**, and at the finish the game will inform the player about how many points they gathered at the current level.
- can add any number of levels, created in notepad in the form of a matrix, and store it in the ExtData folder with the pattern of the name : **levelX.txt**, x being number of the level (1 number / level, obviously 😳)
- in case of new level added, need to modify totalLevels variable to the exact number of levels in UI.java
:shipit: Currently planning on creating a *high score system* and a more *user-friendly level editor*