Files
cli-chess/README.md
2023-03-19 13:49:03 +01:00

382 B

Terminal chess

Screenshot

Compile and run

make
./chess

What is implemented

  • Display board
    • rudimentary letters
    • colored tiles with unicode symbols
  • Parse user input
    • rudimentary parsing
    • algebraic notation
    • detect notation
  • Move validation
  • Check for winner
  • Log game score sheet