Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T14:00:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T12:10:02.603Z (2 months 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
![image](./Docs/2021-12-20.jpg)