Welcome to my tetris website

But it you want to test it on local, you need to install :

  • nodejs
  • npm

In the folder :

  • npm i http express socket.io bcrypt

To launch it : node server.js

it will be host on the port 8080

To play the game :

  • Use arrows to move the piece
  • Up is used to rotate the piece
  • space for dropping it
  • c to hold it

you can use the settings to rebind it. In multiplayer mode, you can choose or create your lobby. To go to the room, use the link in the alert.

The leaderboard is updated with your score only if your are register.