Skip to content

🎮 Multiplayer Tetris game using node, react and redux

Notifications You must be signed in to change notification settings

Lcharvol/Red-Tetris

Repository files navigation

Table des matières

Introduction

L’objectif de ce projet est de développer un jeu de tetris multijoueurs en réseau à partir d’une pile logicielle exclusivement Full Stack Javascript (Node, React, Redux...)

Usage

yarn
export NODE_ENV=development
yarn cli-prod
yarn srv-dev

Then go to: http://http://127.0.0.1:3004/#<room>[<player_name>]

room : name of the game to join

player_name : name of the player

e.g: http://127.0.0.1:3004/#room1[lcharvol]

Preview