Skip to content

morri2/leonardp-chess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indachess Build Status

Chess rule engine in rust, see /engine

chessboard

Quick start:

  • git clone <url> indachess && cd $_
  • cargo test
  • cargo run --bin chess_repl # or hansing_gui
  • cargo build --bin chess_repl --release && ./targets/release/chess_repl --clear-screen

Contributing

  • fork repo (or be added as contributor)
  • make issue
  • make feature branch feature/XXX-keyword where XXX is the github issue number and keyword 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

Meta

// created by Leonard Pauli, sep 2020

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%