Popularity
2.9
Declining
Activity
0.0
Stable
13
2
0

Programming language: Crystal
License: MIT License
Tags: Game Development    

flight-crusader alternatives and similar shards

Based on the "Game Development" category.
Alternatively, view flight-crusader alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of flight-crusader or a related project?

Add another 'Game Development' Shard

README

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