Multiplayer, free and open source Tetris game designed in C++ using the AGL2 game library.
To install Tess, first you have to install the game library AGL2 Game Library.
After that, compiling Tess is easy: just go to the src
folder and type:
make game
Now you can execute the file tess
.