Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reshiadavan/mazerunner
A visualizations tool for maze-solving algorithms.
https://github.com/reshiadavan/mazerunner
cpp data-structures-and-algorithms sfml
Last synced: about 1 month ago
JSON representation
A visualizations tool for maze-solving algorithms.
- Host: GitHub
- URL: https://github.com/reshiadavan/mazerunner
- Owner: ReshiAdavan
- Created: 2022-08-05T01:42:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T19:04:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-19T17:48:25.104Z (almost 2 years ago)
- Topics: cpp, data-structures-and-algorithms, sfml
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MazeRunner
Honestly, when I first took Fundamentals of Programming and Data Structures and Algorithms in C++, I wasnt the greatest at it. So from inspiration online, I created a tool that would help me learn a few algorithms that I found to be the most difficult conceptually - graphing algorithms.
Boom. MazeRunner.
### Features
- A very appealing and aesthetic UI for visualizing how graphing algorithms work.
- Includes adaptability to input preset mazes or randomly generated ones of different dimensions. Can run the visualization at different speeds, with or without animations.
- A user can choose where the algorithm starts and stops. There is definitely a replay-ability factor here.### Skills
- Programming languages: C++
- Libraries/Frameworks: SFML
- Other: Data Structures and Algorithms - DFS, BFS, Best First, Dijkstra's Algorithm