The simple maze game using the backtracking alg. to create the maze.
Steps of the game
- Create maze
- Shuffle the maze tiles (TBD)
- Create pathfinder
- (User event) driven tiles changing
- find the path iteratively
- rebuild the path tree e.g
MIT-licence Free to use.