rg-chess

Crates.iorg-chess
lib.rsrg-chess
version0.2.4
sourcesrc
created_at2022-08-22 08:43:20.171346
updated_at2022-11-11 21:57:10.587627
descriptionChess Game with graphical interface.
homepagehttps://rust-games.github.io/rg-chess
repositoryhttps://github.com/rust-games/rg-chess
max_upload_size
id650223
size2,829,866
Valentin Colin (ValentinColin)

documentation

https://docs.rs/rg-chess/latest/chess

README

✨ 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
Commit count: 132

cargo fmt