4 releases (2 breaking)

0.3.0 Jul 13, 2024
0.2.0 Jun 29, 2024
0.1.2 Jun 18, 2024
0.1.1 Jun 18, 2024

#2198 in Game dev


Used in 2 crates

Custom license

46KB
1K SLoC

rusty-chess-core

This is a small library for playing chess. It is a work in progress and contains the core logic for playing the game.

See the rusty-chess-gui crate for a graphical user interface and the rusty-chess-cli crate for a command line interface. Both of which use this library.

Installation

You need to have cargo installed. You can install it by following the instructions on the rust-lang page.

Then simply run:

cargo add rusty-chess-core

Dependencies

~1.5MB
~25K SLoC