Skip to content

servetgulnaroglu/ytb_snake_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 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

Build Status

Fatures:

Live demo here: https://carubbi-snake.herokuapp.com/frontend/snake.html

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!