#chess #gui #game

bin+lib rg-chess

Chess Game with graphical interface

4 releases

0.2.4 Nov 11, 2022
0.2.3 Nov 11, 2022
0.2.2 Aug 26, 2022
0.2.1 Aug 25, 2022
0.2.0 Aug 22, 2022

#330 in Games

37 downloads per month

MIT license

1.5MB
2.5K SLoC

✨ Chess ✨

Issues tag Forks tag Stars Licence

Project Description

A simple game of chess write in Rust.

Table of Contents

Installation

System requirement

  1. Any system with basic configuration.
  2. Operating System : Any (Windows / Linux / Mac).

Software requirement

  1. Cargo/Rust installed (If not download it here).

Manual installation

# https
git clone https://github.com/rust-games/rg-chess.git
# or 
# ssh
git clone git@github.com:rust-games/rg-chess.git

cargo build --release

Note: if you don't build in release, the game may be slow.

Tests

cargo test

Usage

cargo run --release

Chess book

MdBook

Chess Notation

Forsyth-Edwards Notation (FEN) -> implemented

Standard Algebraic Notation (SAN)

Potential Maintainers

📌 Valentin Colin
📌 Marc Partensky

Credits

contributors

Dependencies

~29–64MB
~1M SLoC