https://github.com/levidurfee/maze
PHP Maze solver
https://github.com/levidurfee/maze
Last synced: 2 months ago
JSON representation
PHP Maze solver
- Host: GitHub
- URL: https://github.com/levidurfee/maze
- Owner: levidurfee
- Created: 2016-01-17T18:36:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T18:56:54.000Z (over 10 years ago)
- Last Synced: 2025-02-27T00:50:18.684Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maze solver
[]()
This project still needs work. View the [demo](https://levi.lol/maze/).
## todo
- [ ] [#1](https://github.com/levidurfee/maze/issues/1) Remove unused properties (it got messy)
- [ ] [#2](https://github.com/levidurfee/maze/issues/2) Add moveUp method (none of my test mazes needed to move up)
- [ ] [#3](https://github.com/levidurfee/maze/issues/3) Keep track of successes and fails
- [ ] [#4](https://github.com/levidurfee/maze/issues/4) PHPUnit testing / TravisCI
- [ ] [#5](https://github.com/levidurfee/maze/issues/5) Remove my tracking code ;)
## notes
Some of the methods are protected, but they really don't need to be. Probably make them public for unit testing.