[project index]

Tetris

Leaderboard
Press spacebar to start/reset the game. Use the arrow keys to move the piece.
If the controls are not working, click inside the game canvas.

What is this?

Just a tetris clone I made a long time ago in C++ that I thought of compiling into webassembly. This version stores the scores on the server rather than a local file. They can be viewed in the adjacent table.

The app uses Qt, so I used emscripten for compiling.

Source code:

by Radu Mirea