Tetrepetete

From Libregamewiki
Jump to navigation Jump to search
Tetrepetete
GenreTetris-like
Release dateJanuary 12th, 2015
PlatformLinux, Windows, DOS, 3DS, Mobile, Web
DeveloperThomas Perl
Code licenseGPLv2+
Media licenseGPLv2+
EngineTetrepetete
P. languageC++
LibrariesMultiple (SDL1, SDL2, Qt4, curses, HTML5, ...)
Homepagehttps://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