| Crates.io | rusty-chess-core |
| lib.rs | rusty-chess-core |
| version | 0.3.0 |
| created_at | 2024-06-18 14:57:32.936019+00 |
| updated_at | 2024-07-13 15:48:17.231133+00 |
| description | Core functionalities of the chess engine. |
| homepage | |
| repository | https://github.com/ungrichtepfl/rusty-chess |
| max_upload_size | |
| id | 1275545 |
| size | 80,223 |
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.
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