Skip to content

contested-space/fabtris2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fabtris2

A clone of a popular block stacking game.

Installation

Install dependencies

On Ubuntu

sudo apt-get install -y gcc libsdl2-dev libsdl2-image-dev

On Fedora

sudo dnf install -y gcc SDL2-devel SDL2-image-devel

On Alpine

sudo apk add -U alpine-sdk sdl2-dev sdl2_image-dev bash

Compile

You can build the way the developer intended.

./compile.sh

Or you can build it with fancy tools.

meson setup build && ninja -C build

Usage

./fabtris2       # if you built with the shell script

# or

./build/fabtris2 # if you built with ninja

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

@contested-space — Fabien Lamarche-Filion

About

A clone of a popular block stacking game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published