A toy implementation of the chess rules. Mainly to get to grips with Crystal a bit. Maybe it will even become an actual thing...
- Install Crystal
- Install dependencies:
shards install
Build & run:
crystal src/chess-crystal.cr
Build & run tests:
crystal spec --order random
- Fork it (https://github.com/nerdinand/chess-crystal/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
- Ferdinand Niedermann - creator and maintainer