crystal-roguelike

Version, currently 0.1.02 versions

github.com/plambert/crystal-roguelike.cr

A roguelike written in Crystal

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crystal-roguelike:
    github: plambert/crystal-roguelike.cr
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
>= 1.21
License
MIT
Author
Paul M. Lambert
Target
  • crystal-roguelike from src/main.cr

Dependencies

Runtime Dependencies

Development Dependencies

  • spectator~> 0.11gitlab: arctic-fox/spectatordev

README

crystal-roguelike

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/plambert/crystal-roguelike.cr/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