ld43

Theme: Sacrifices must be made

Ideas

Theme:

Gameplay:

Items:

Building and Running

You must install SDL2 before you can build/run this game.

$ shards update   # update dependencies
$ shards build    # build the game
$ bin/ld43        # play the game

Contributing

  1. Fork it ( https://github.com/willamin/ld43/fork )
  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. Create a new Pull Request

Contributors