Play it here.
To build you'll need Rust and SDL2.
To install SDL2 on Ubuntu:
sudo apt-get install libsdl2-dev libsdl2-ttf-dev libsdl2-mixer-devOn Mac OSX with Brew:
brew install sdl2 sdl2_ttf sdl2_mixerThen you can run the game with:
just runOr install it with:
just installTo build the browser version, you need to install Emscripten 3.1.43, then run:
just build-wasmAfter this, the files will all be in static/: