An open API service indexing awesome lists of open source software.

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.

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!