Skip to content

A command line recreation of chess™ using Rust

Notifications You must be signed in to change notification settings

leslieyip02/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess ♙

demo

A command line recreation of chess™ using Rust.

How to Play

  1. Get a second player.
  2. Take turns by typing moves in algebraic notation.
  3. Fight over the keyboard.
  4. Type quit when you want to exit.

Randomisation

Chess960 or Fischer Random Chess is a variation of chess with a randomised starting position. It follows 2 rules:

1. Bishops must be on opposite coloured squares
2. The king must be between the 2 rooks.

Pawns will be stay in their normal starting positions.

Customisation

  • Colours can be customised in board.rs by modifying the ANSI escape codes.
  • The board size can be changed in board.rs also, but the input parser won't be happy.

About

A command line recreation of chess™ using Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages