Skip to content

Multiplayer Tetris using Node.js, Socket.io, Three.js, dash of react. Checkout the Projects for current and past features being implemented.

Notifications You must be signed in to change notification settings

willkillson/MultiplayerTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Start project

Backend

cd server 
npm install  
npm start 

Frontend

cd client 
npm install 
npm start 

Start project with docker

Make sure ./client/src/Tetris.js is set to local host for local development.

EX

this.socket = io('localhost:80');

//this.socket = io('ec2-52-53-191-238.us-west-1.compute.amazonaws.com:80');

docker-compose up --build 

About

Multiplayer Tetris using Node.js, Socket.io, Three.js, dash of react. Checkout the Projects for current and past features being implemented.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published