Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 640 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 640 Bytes

Javascript Snake Game

An old-school snake game multiplayer online

ytb_snake_js

(original version from a youtube video linked below) https://youtu.be/J42SZXS-_Qo

Fatures:

Live demo here: https://carubbi-snake.azurewebsites.net

Features

  • Online multiplayer up to 8 players in the same room.
  • Local multiplayer game up to 4 players in the same keyboard.
  • Multiple rooms to enjoy with your friends

Installation

ytb_snake_js requires Node.js v12+ to run.

Install the dependencies and start the server.

cd ytb_snake_js 
npm i
npm start

License

MIT

Free Software, Hell Yeah!