Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yds12/tess
- Owner: yds12
- License: mit
- Created: 2017-05-15T19:05:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T19:55:03.000Z (over 7 years ago)
- Last Synced: 2024-11-14T01:20:19.343Z (3 months ago)
- Topics: casual-game, desktop-game, multiplayer-game, tetris, tetris-game
- Language: C++
- Size: 4.73 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.