A terminal-based Snake implementation written in JavaScript (Node.js).
To play the game, one needs to implement a game client. An example solution code for the client can be found here (it's a private repository, not accessible to everyone).
git clone https://github.com/lighthouse-labs/snek-multiplayer.git
cd snek-multiplayer
# install and run via npm
npm install
npm run play
This project was not built from scratch. It was inspired and started from snek (blog post). Tania Rascia is the original author.
This project is open source and available under the MIT License.