Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 295 Bytes

ai-snake

Various search algorithms for snake written in JavaScript

Snake game written in JavaScript, hosted using a lightweight NodeJS web server.

To run locally:

  1. Clone repo
  2. "npm install" within the cloned repo
  3. "node server" to start the server
  4. Browse to http://localhost:3000