https://github.com/nerdinand/chess-crystal
A toy project to explore the Crystal programming language
https://github.com/nerdinand/chess-crystal
Last synced: 10 months ago
JSON representation
A toy project to explore the Crystal programming language
- Host: GitHub
- URL: https://github.com/nerdinand/chess-crystal
- Owner: nerdinand
- License: mit
- Created: 2021-04-09T09:13:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T21:14:55.000Z (over 5 years ago)
- Last Synced: 2023-03-11T00:34:12.891Z (over 3 years ago)
- Language: Crystal
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chess-crystal
A toy implementation of the chess rules. Mainly to get to grips with [Crystal](https://crystal-lang.org) a bit. Maybe it will even become an actual thing...
## Installation
1. [Install Crystal](https://crystal-lang.org/install)
2. Install dependencies: `shards install`
## Usage
Build & run:
```bash
crystal src/chess-crystal.cr
```
## Development
Build & run tests:
```bash
crystal spec --order random
```
## Contributing
1. Fork it ()
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
- [Ferdinand Niedermann](https://github.com/nerdinand) - creator and maintainer