https://github.com/mattmoony/snake-bot
A simple snake bot implementing the A* search algorithm.
https://github.com/mattmoony/snake-bot
algorithm astar-algorithm bot javascript search-algorithm shortest-path snake snake-bot visualization
Last synced: 6 months ago
JSON representation
A simple snake bot implementing the A* search algorithm.
- Host: GitHub
- URL: https://github.com/mattmoony/snake-bot
- Owner: MattMoony
- Created: 2019-01-19T16:23:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T16:26:51.000Z (almost 7 years ago)
- Last Synced: 2025-03-12T17:35:53.645Z (9 months ago)
- Topics: algorithm, astar-algorithm, bot, javascript, search-algorithm, shortest-path, snake, snake-bot, visualization
- Language: JavaScript
- Homepage: https://mattmoony.github.io/snake-bot
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snake Bot
---------
Hi!
I finally decided to add this simple Snake Bot
to my github repositories.
It implements the A* search algorithm, but is not
perfect.
I do hope to improve it in the future though.
P.S.: If someone copies this repository just to play
around with the bot; Try the "F1", "F2" and ["shift"+]"F3" keys!