Chess rule engine in rust, see /engine
git clone <url> indachess && cd $_
cargo test
cargo run --bin chess_repl
# or hansing_guicargo build --bin chess_repl --release && ./targets/release/chess_repl --clear-screen
- fork repo (or be added as contributor)
- make issue
- make feature branch
feature/XXX-keyword
whereXXX
is the github issue number andkeyword
is something descriptive regarding the issue - make change
cargo fmt && cargo clippy && cargo test
should have no issues- commit
- make pull-request
- potentially receive peer-review + make changes + update peer-review + repeat until approved + merged
// created by Leonard Pauli, sep 2020