Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 477 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 477 Bytes

Console-Chess C++ game, fully-playable pvp 1vs1 on the console. The code currently only works on Windows.

For explanation of the code, see the report: https://drive.google.com/drive/folders/1jGqDCFcHTDS0NsEhzOHC1d2sL1DDJWY1

Note the report states the code does not implement "check". However, that is because it was written before it was actually implemented. The code does implement "check", "checkmate" and "stalemate".

All the code was written between March and June 2020