Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insooeric/2d-maze-game
2D Maze escaping game built with Java. Escape the maze as fast as possible!
https://github.com/insooeric/2d-maze-game
game java maze simple-game visual-studio-code
Last synced: about 5 hours ago
JSON representation
2D Maze escaping game built with Java. Escape the maze as fast as possible!
- Host: GitHub
- URL: https://github.com/insooeric/2d-maze-game
- Owner: insooeric
- License: gpl-3.0
- Created: 2020-12-26T21:33:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T21:38:09.000Z (over 1 year ago)
- Last Synced: 2023-08-26T03:08:20.084Z (over 1 year ago)
- Topics: game, java, maze, simple-game, visual-studio-code
- Language: Java
- Homepage:
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2D-Maze-Game
2D Maze game. The player moves around the maze to escape from the randomly generated maze. Clearing time will be recorded and displayed once the game is cleared.This MazeGame was developed in Visual Studio Code with Java and extracted in eclipse.
# Input
The input of this game is simple and easy.Player Movement: W/A/S/D
# Installation
Download and run a runnable file under "Exports/MazeGame.jar"# In game picture