Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mason-dino/maze-java
https://github.com/mason-dino/maze-java
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mason-dino/maze-java
- Owner: Mason-Dino
- License: mit
- Created: 2022-04-22T15:18:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T14:58:37.000Z (over 2 years ago)
- Last Synced: 2024-05-31T16:56:30.994Z (7 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maze-Java
Have you ever been in a maze before? Well if you have been in a maze before you know you have to find the way out of the maze from the beginning. In this program you will make a maze game where the user has to go from the start of maze to the end of the maze.
## Hints for successful completion of program:
* For Loops
* While Loops
* User Input
* w or up (goes for up one row)
* a or left (goes for left one column)
* s or down (goes for down one row)
* d or right (goes right for one column)
* .equals
* 2D array## Things you need to show in the program:
* Instructions on how to play the game
* Need to show the current maze after a user input
* Have the game finish when user is at the end