umurgdk / flight-crusader

POC top down flight game in crystal lang!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flight Crusader

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.

Flight Crusader

Installation

$ 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

Contributing

  1. Fork it ( https://github.com/umurgdk/game/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

  • umurgdk Umur Gedik - creator, maintainer

About

POC top down flight game in crystal lang!

License:MIT License


Languages

Language:Crystal 97.7%Language:Vim Script 2.3%