mtayler/python-cli-chess
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A basic Python project to help learn. Feel free to make corrections or optimizations! White pieces are represented by lowercase letters, black pieces by uppercase letters. (May implement customizable pieces later) Pieces: P/p: Pawn R/r: Rook H/h: Knight/Horse B/b: Bishop Q/q: Queen K/k: King For questions, please feel free to contact me at: tamul@tamul.me TODO: - Implement checking and check-mate - Implement unusual moves such as castling - Implement custom piece representation