Popularity
2.9
Stable
Activity
0.0
Stable
14
1
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.
-
cray
A simple and easy-to-use library to enjoy videogames programming -
crystal-chipmunk
Crystal bindings to Chipmunk, a fast and lightweight 2D game physics library -
entitas.cr
Entity Component System Framework writen in crystal -
medico
Game about a medieval doctor. Very early, unplayable stage. -
SDL-Crystal-Bindings
Crystal binding generator for raw SDL methods
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
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