Skip to content

Yayformee/chess

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Chess

Basic Chess Implementation in Rust

Instructions

cargo build
cargo run

To play the game, make moves in the format of 'a2 a3'

Special Moves

castle e1 g1 h1 f1
promote a2 a1 queen|rook|bishop|knight
enpassant a5 b7

About

Basic Chess Implementation in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages