flight_crusador

Version, currently master branch1 version
  • master branchlatestFeb 23, 2017

github.com/umurgdk/flight-crusader

POC top down flight game in crystal lang!

13 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  flight_crusador:
    github: umurgdk/flight-crusader
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Umur Gedik <umurgdk@gmail.com>

Dependencies

Runtime Dependencies

  • crsfml*github: BlaXpirit/crsfml

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](https://raw.githubusercontent.com/umurgdk/flight-crusader/master/screenshots/flight_crusader.png)

## 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](https://github.com/umurgdk) Umur Gedik - creator, maintainer