Skip to content

rcarubbi/ytb_snake_js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • CSS 18.1%
  • HTML 15.2%