A* search algorithm used to play snake
Stars
5
Forks
1
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
17
commits
forgot to commit old additions
b5e8cf4
fixed heuristic calculation bug
b3961f3
fixed mean calculation bug
c4b61f9
Removed redundant conditionals
9130c29
Added algorithm timers/stats
63732f2
Update README.md
84b3ac0
added DFS (iterative)
6334008
ed6a420
fixed memory bug, added proper window titles
c771b25
minor fixes
3328018
Added pathfinding statistics
563ed61
Added menu screen/additional algorithms
235e340
37382dd
tweaked A* logic
59d916c
3c37cad