/chess-crystal

A toy project to explore the Crystal programming language

Primary LanguageCrystalMIT LicenseMIT

chess-crystal

A toy implementation of the chess rules. Mainly to get to grips with Crystal a bit. Maybe it will even become an actual thing...

Installation

  1. Install Crystal
  2. Install dependencies: shards install

Usage

Build & run:

crystal src/chess-crystal.cr

Development

Build & run tests:

crystal spec --order random

Contributing

  1. Fork it (https://github.com/nerdinand/chess-crystal/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