Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 610 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 610 Bytes

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