TBlocks is a single/multiplayer tetris-like game
The back-end for TBlocks is reponsible to pair you with anothet player connected to the game, keep an instance of the game alive and send updates to the front-end when needed.
If you want to run your own version of the back-end, you'll need to do the following:
-
Clone this repository
-
Install dependencies using
npm i
-
Run the server using:
node index.js
If you'd like to contribute to this project, feel free to open a new issue in this repository so we can get a conversation started.
-
Dave Martínez - Github