ld43
Theme: Sacrifices must be made
Ideas
Theme:
- ~collect and sacrifice various farm animals to appease the gods~
- sacrifice health in order to attain items
Gameplay:
- Wave clearing game
- Monsters arrive from the outer edges
- Throw rocks to kill them
- Occasionally, monsters drop a box with a hit point
- After a wave, you're presented with a shop containing 3 random items
- You can sacrifice hit points for items
Items:
- permanent movement speed boost
- permanent firing rate boost
- permanent N-throw (init N rocks per throw)
- permanent max hit point increase
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
- Fork it ( https://github.com/willamin/ld43/fork )
- 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)
- Create a new Pull Request
Contributors
- willamin Will Lewis - creator, maintainer