SkillAgentSearch skills...

Maze

Maze game in Windows C++, random prim, recursive backtracking, recursive segmentation, maze inversion, shortest path.

Install / Use

/learn @gaowanlu/Maze
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

Interface display

  • Game operation plan

Using the keyboard wasd to move the target body

  • Game homepage
<div align=center><img width="600" src="./assets/game_homepage.png"/></div>
  • Game Lab Interface
<div align=center><img width="600" src="./assets/game_lab_interface.png"/></div>
  • Challenge menu
<div align=center><img width="600" src="./assets/challenge_menu.png"/></div>
  • Pass through levels
<div align=center><img width="600" src="./assets/pass_through_levels.png"/></div>

Thanks

Thank you to the developers of the EasyX graphical interface library: Without your efforts, we cannot use such good tools for efficient development

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated3mo ago
Forks0

Languages

C++

Security Score

92/100

Audited on Jan 1, 2026

No findings