Skip to content

MazeRunner developed on C with SDL2 is used to study algorithms like DFS, BFS, A* and etc.

License

Notifications You must be signed in to change notification settings

pgmrDohan/SDL2_MazeRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • SDL2 Init, Window, Renderer
  • Draw main Rectangle
  • Draw Select menu on func
  • Draw Title
  • Grided main rectangle
  • Generate Algorithm
  • Solve Algorithm
  • Add external func like screenshot

About

MazeRunner developed on C with SDL2 is used to study algorithms like DFS, BFS, A* and etc.

Topics

Resources

License

Stars

Watchers

Forks