Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaowanlu/maze
maze game base on easyX c++
https://github.com/gaowanlu/maze
easyx maze mazegame
Last synced: about 6 hours ago
JSON representation
maze game base on easyX c++
- Host: GitHub
- URL: https://github.com/gaowanlu/maze
- Owner: gaowanlu
- License: apache-2.0
- Created: 2021-03-19T04:11:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T12:48:48.000Z (over 1 year ago)
- Last Synced: 2023-05-27T13:41:05.161Z (over 1 year ago)
- Topics: easyx, maze, mazegame
- Language: C++
- Homepage:
- Size: 10.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maze
A simple Windows maze game written in C++, supporting functions such as random maze generation and maze path finding
Open the project using Visual Studio and proceed to the next step to obtain EasyX
## Game features
- Home page
Challenge, Lab, Exit Selection
- Challenge
level selection, maze file loading
- Laboratory
Random Prim, Recursive Backtracking, Recursive Segmentation, Maze Inversion, Shortest Path## Environment And Debugging
[Environment And Debugging](./Env.md)
## Interface display
- Game operation plan
Using the keyboard wasd to move the target body
- Game homepage
- Game Lab Interface
- Challenge menu
- Pass through levels
## Thanks
Thank you to the developers of the EasyX graphical interface library: Without your efforts, we cannot use such good tools for efficient development