The objective of this project is to develop a networked multiplayer tetris game from a stack of software exclusively Full Stack Javascript
After Cloned the repo you must install the packages in the server and client
cd Client && npm i
cd Api && npm i
and then run the app
cd Api && npm run dev
cd client && serve -s dist -l 3000
- Object-oriented programming
- Sockets
- React js
- Redux
- Unit test