https://github.com/sid911/mazegen
Maze Generation App made in WinRT UWP
https://github.com/sid911/mazegen
cpp maze-generator maze-solver uwp windows winui
Last synced: over 1 year ago
JSON representation
Maze Generation App made in WinRT UWP
- Host: GitHub
- URL: https://github.com/sid911/mazegen
- Owner: Sid911
- Created: 2021-12-18T16:05:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T14:00:08.000Z (over 3 years ago)
- Last Synced: 2025-01-14T04:26:44.378Z (over 1 year ago)
- Topics: cpp, maze-generator, maze-solver, uwp, windows, winui
- Language: C++
- Homepage:
- Size: 6.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MazeGen
Maze Generation App made in C++ using WinRT UWP. Which Generates Line and Cell based mazes using different techniques like Recursive Backtracking etc.
> Note the application can be retargeted but is not recommended to retarget below Windows 10 1803. As I have no way to test the compatibility of WinUI3.
## Current State
