Josias and Jacob's super epic Tetris game.
Like any Tetris game, try to clear fit shapes into rows before they pile up to the top. Victory is impossible.
Keys:
right
andleft
: move shapedown
: speed up descentup
: rotate shapespace
: drop shaper
: restart the gamem
: mute or unmute the music
Requirements: sdl2 sdl2_mixer sdl2_ttf
.
$ make
$ ./TETRIS
Requirements: LLVM and emscripten.
$ make wasm
$ make wasm-run
make wasm
will download all of the necessary libraries and compile the program to WASM. The build artifacts are stored in dist/
, which can be copied to a webserver for distribution.
make wasm-run
will start a local webserver and open the game in your default browser.
Requirements: a better operating system.
Consider compiling it for WASM or tinkering with MinGW.
Open Sans Regular (Sans.ttf) is licensed under the Apache 2.0 license.
Korobeiniki (Korobeiniki.wav) is in the public domain.
Code is licensed under the GNU General Public License version 3, or, at your option, any later version.