Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yds12/tess

Tess is a tetris game
https://github.com/yds12/tess

casual-game desktop-game multiplayer-game tetris tetris-game

Last synced: 21 days ago
JSON representation

Tess is a tetris game

Awesome Lists containing this project

README

        

# Tess

Multiplayer, free and open source Tetris game designed in C++ using the
[AGL2](https://github.com/yds12/agl2) game library.

![Tess Screenshot](/screenshot/05.png?raw=true)

## Compiling and Installing

To install Tess, first you have to install the game library
[AGL2 Game Library](https://github.com/yds12/agl2).

After that, compiling Tess is easy: just go to the `src` folder and type:

```
make game
```

Now you can execute the file `tess`.