2 releases

0.1.2 Jun 18, 2024
0.1.1 Jun 18, 2024

#17 in #functionalities

Download history 234/week @ 2024-06-17

234 downloads per month
Used in 2 crates

Custom license

45KB
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