POC top down flight game! Please not you're not allowed to use textures, I can't remember where did I find them. It's out of this repository's licensing.
$ brew install csfml
$ git clone https://github.com/umurgdk/flight-crusader
$ cd flight-crusader
$ crystal deps
$ crystal build --release src/flight_crusader.cr
$ ./flight_crusader
- Fork it ( https://github.com/umurgdk/game/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
- umurgdk Umur Gedik - creator, maintainer