rusty-chess-core

Crates.iorusty-chess-core
lib.rsrusty-chess-core
version0.2.0
sourcesrc
created_at2024-06-18 14:57:32.936019
updated_at2024-07-13 15:48:17.231133
descriptionCore functionalities of the chess engine.
homepage
repositoryhttps://github.com/ungrichtepfl/rusty-chess
max_upload_size
id1275545
size78,907
Christoph Ungricht (ungrichtepfl)

documentation

README

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
Commit count: 82

cargo fmt