Tetrepetete
Jump to navigation
Jump to search
| Tetrepetete | |
|---|---|
| Genre | Tetris-like |
| Release date | January 12th, 2015 |
| Platform | Linux, Windows, DOS, 3DS, Mobile, Web |
| Developer | Thomas Perl |
| Code license | GPLv2+ |
| Media license | GPLv2+ |
| Engine | Tetrepetete |
| P. language | C++ |
| Libraries | Multiple (SDL1, SDL2, Qt4, curses, HTML5, ...) |
| Homepage | https://thp.io/2013/tetrepetete/ |
| Contribute | |
| Tetrepetete is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well. | |
Tetrepetete is a portable Tetris-like game written in C++ with a common core and multiple frontends. This includes a SDL1-based OpenGL renderer, SDL2-based frontend, Qt4-based frontend and even a ncurses (text mode) based frontend. The game can also run in the browser by cross-compiling C++ to JavaScript/WASM.
External links[edit]
Downloads for multiple platforms are available on the project page: https://thp.io/2013/tetrepetete/
The source code is available here: https://thp.io/2013/tetrepetete/tetrepetete-2.0.0.tar.gz
The game is on itch.io