/snek-multiplayer

A multiplayer version of snek.js

Primary LanguageJavaScriptMIT LicenseMIT

🐍 Snek.js License: MIT snekjs on NPM

A terminal-based Snake implementation written in JavaScript (Node.js).

snek.gif

Instructions

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).

Installation

Clone from repository

git clone https://github.com/lighthouse-labs/snek-multiplayer.git
cd snek-multiplayer

# install and run via npm
npm install
npm run play

Acknowledgements

This project was not built from scratch. It was inspired and started from snek (blog post). Tania Rascia is the original author.

License

This project is open source and available under the MIT License.