Skip to content

moldabekov/chess-sed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Chess written in GNU sed

Install

git clone https://github.com/moldabekov/chess-sed.git

Launch

sed -f chess.sed

Instructions

Press Enter to start. Press q and Enter to quit.

To make a move you need to enter coordinates (e.g. d2 d4), and then press Enter to confirm. You always play with whites

Implemented:

  1. AI, which analyses situation for one move forward
  2. Check and checkmate detection
  3. Pawn-to-Queen

Not Implemented:

  1. Roque
  2. Ceit not
  3. Draw game
  4. Human move correctness

--

About

Chess written in GNU sed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages