A snake game written in JavaScript, using Node.js.
Snake game that is a part of a larger project. The end goal is to get a better understanding of Machine Learning and evolutionary AI. Me and my partner in crime has no prior experience with neither game development, ML or AI.
Clone the repo:
$ git clone https://github.com/Northern-Web/Sanke.git
$ cd Sanke
Install required dependencies:
$ npm install
Run the server:
$ npm start
Access the game:
http://localhost:3000