A Multiplayer Tetris game made with React Hooks, Socket.io and Node
npm i
npm run start-prod
go to http://localhost:3000 to see the Home Page or directly append /#room[player_name] to get into a multiplayer game
for example: http://localhost:3000/#foo[bar] will create a game "foo" and your username would be "bar"