Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naemazam/the-maze
The Maze is a single-player brain games.
https://github.com/naemazam/the-maze
html-css-javascript javascript maze maze-game naemazam
Last synced: 8 days ago
JSON representation
The Maze is a single-player brain games.
- Host: GitHub
- URL: https://github.com/naemazam/the-maze
- Owner: naemazam
- Created: 2022-06-25T07:43:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T07:54:05.000Z (over 2 years ago)
- Last Synced: 2024-11-14T19:30:35.430Z (2 months ago)
- Topics: html-css-javascript, javascript, maze, maze-game, naemazam
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Maze
The Maze was created using JavaScript programming language. The application is consist of several function to make this single-player brain games.
The game is playable using keyboard bindings(Up Arrow Key to Move Above, Right Arrow Key to Move Right, Down Arrow Key to Move Below, Left Arrow Key to Move Left). The objective of the game is to quickly escape the maze before the time runs out. You will be given a 30 seconds to find your way outside the maze. The game will be over if your time reaches to zero.