github.com/Flipez/battlesnake

Battlesnake 2018 Crystal Implementation

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  battlesnake:
    github: Flipez/battlesnake
    version: ~> 0.3.2

Then run:

shards install

shard.yml

Crystal
0.24.2
License
MIT
Author
Robert Müller
Target
  • battlesnake from src/battlesnake.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • spec-kemal*github: kemalcr/spec-kemal, branch: master

README

battlesnake

Build Status

This is my first crystal project.

Trying to create a cool battlesnake for battlesnake.io

Contributing

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

  • Flipez Robert Müller - creator, maintainer