Skip to content

Briuor/Snake-Game-Multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake-Game-Multiplayer

The classic Snake Game in multiplayer mode written in javascript.

snake game demo

Installation

npm i

Execute

npm start # this command will start the server on port 4000
# access http://localhost:4000

You can access http://localhost:4000 in two browser tabs to test the multiplayer mode.