A clone of a popular block stacking game.
sudo apt-get install -y gcc libsdl2-dev libsdl2-image-devsudo dnf install -y gcc SDL2-devel SDL2-image-develsudo apk add -U alpine-sdk sdl2-dev sdl2_image-dev bashYou can build the way the developer intended.
./compile.shOr you can build it with fancy tools.
meson setup build && ninja -C build./fabtris2 # if you built with the shell script
# or
./build/fabtris2 # if you built with ninja- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
@contested-space — Fabien Lamarche-Filion