Popularity
3.2
Growing
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.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of flight-crusader or a related project?
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.
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
- 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
Contributors
- umurgdk Umur Gedik - creator, maintainer