Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 655 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 655 Bytes

chess

a cli chess implementation written in rust

Usage: chess [OPTION]...
--flip will flip the board each move
--numbers will show on the bottom instead of letters
--file CSV will load a board from a csv file
--black will make you play as black
--ip IP will connect to a server at IP:port
--no_bot will disable playing against a bot
--debug will show time to calculate moves

8x8.csv is an example which is just the default board

26x26.csv is just a silly board example with a 26x26 grid

typing EXIT returns all the moves and exits

image