/checkers-engine-rs

A Checkers Engine/API written in Rust

Primary LanguageRust

Checkers Engine RS

This is a checkers engine written in rust which exposes a API for network access.

TODO

  • Fix init board validation
  • Updated move/turn logic to allow for more than one jump at a time
  • Update kinged pieces logic
  • Add winning the game logic
  • Remove use of Player names as identifiers
  • Add ALL API LOGIC.. ^_^