Skip to content

NeroYuki/rusty_chess_prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A really barebone command-line chess program written in rust. I'm making this while learning Rust on the way so bear with me through this clusterfuck of code lol

What can it do?

It can parse user input (src dst) form and determine if a move is valid or not. and switching between 2 player
Play until someone's king is captured

What need to be done?

Ummmmm, a lot, apparently, special move (promotion, castling, en passant)
Check and check-mate (the real winning condition)
Using algebraic notation instead, ability to recreate a chess match from algebraic notation record

About

a barebone chess program in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages