https://github.com/lewiscollum/cells
A Maze Algorithm Project
https://github.com/lewiscollum/cells
Last synced: 10 months ago
JSON representation
A Maze Algorithm Project
- Host: GitHub
- URL: https://github.com/lewiscollum/cells
- Owner: LewisCollum
- Created: 2017-12-24T07:33:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T23:33:45.000Z (over 1 year ago)
- Last Synced: 2025-01-11T15:13:34.645Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 6.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: Cells
An Object-Oriented approach to maze algorithms. Focuses on an easy-to-use API, unit tests using CxxTest, and a clean Makefile system. Currently, the Aldous Broder and Binary Tree algorithms have been implemented using the API.
[[./doc/figure/2020-01-18_randomRoomsSkinny.png]]