Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgmrdohan/sdl2_mazerunner
MazeRunner developed on C with SDL2 is used to study algorithms like DFS, BFS, A* and etc.
https://github.com/pgmrdohan/sdl2_mazerunner
algorithms generator maze sdl2 solver
Last synced: about 1 month ago
JSON representation
MazeRunner developed on C with SDL2 is used to study algorithms like DFS, BFS, A* and etc.
- Host: GitHub
- URL: https://github.com/pgmrdohan/sdl2_mazerunner
- Owner: pgmrDohan
- License: mit
- Created: 2024-05-28T10:24:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T17:07:46.000Z (3 months ago)
- Last Synced: 2024-11-17T18:22:34.898Z (3 months ago)
- Topics: algorithms, generator, maze, sdl2, solver
- Language: C
- Homepage:
- Size: 21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Maze Runner
***Study Maze Generate, Solve Algorithms***
An Maze game developed on C with SDL2.
This Maze game is used to study algorithms like DFS, BFS, A* and etc.
## Check List
- [x] SDL2 Init, Window, Renderer
- [x] Draw main Rectangle
- [x] Draw Select menu on func
- [x] Draw Title
- [x] Grided main rectangle
- [x] Generate Algorithm
- [ ] Solve Algorithm
- [ ] Add external func like screenshot