https://github.com/gaowanlu/maze
maze game using EasyX c++
https://github.com/gaowanlu/maze
easyx maze mazegame
Last synced: 5 months ago
JSON representation
maze game using EasyX c++
- Host: GitHub
- URL: https://github.com/gaowanlu/maze
- Owner: gaowanlu
- License: apache-2.0
- Created: 2021-03-19T04:11:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T12:48:48.000Z (about 2 years ago)
- Last Synced: 2024-11-17T07:19:52.981Z (7 months ago)
- Topics: easyx, maze, mazegame
- Language: C++
- Homepage:
- Size: 10.5 MB
- Stars: 7
- 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