Skip to content

aelred/tetris

Repository files navigation

Tetris

Play it here.

Build

Local

To build you'll need Rust and SDL2.

To install SDL2 on Ubuntu:

sudo apt-get install libsdl2-dev libsdl2-ttf-dev libsdl2-mixer-dev

On Mac OSX with Brew:

brew install sdl2 sdl2_ttf sdl2_mixer

Then you can run the game with:

just run

Or install it with:

just install

Browser

To build the browser version, you need to install Emscripten 3.1.43, then run:

just build-wasm

After this, the files will all be in static/:

Releases

No releases published

Packages

No packages published

Languages