Various search algorithms for snake written in JavaScript
Snake game written in JavaScript, hosted using a lightweight NodeJS web server.
To run locally:
- Clone repo
- "npm install" within the cloned repo
- "node server" to start the server
- Browse to http://localhost:3000