Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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