Skip to content

🔶 Real time multiplayer game inspired by Dooble board game 🔷

Notifications You must be signed in to change notification settings

rrudol/symbols-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symbols-game

Real time multiplayer game inspired by Dooble board game. Made using WebSockets and Canvas.

How to play

Go to symbols.rudol.pl (it may take a while till server wake up). New room will be generated. Room number will be visible in URL. Share URL with friends to invite them.

How to run locally

Install dependencies

npm install

Uncomment line in Game.js file and set there your local IP

this.init(io, "http://192.168.1.3:3000");// - for local development

Start server and client

npm start

Screenshot

https://github.com/rrudol/symbols-game/blob/master/Screenshot.png?raw=true

About

🔶 Real time multiplayer game inspired by Dooble board game 🔷

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published