issues
search
arkan501
/
ChessCLI
A playable game of chess in the terminal created with C#
MIT License
0
stars
0
forks
source link
Win/Loss Conditions
#3
Open
arkan501
opened
8 months ago
arkan501
commented
8 months ago
Implement all the ways a game can end in win/loss condition
Checkmate
Resignation
Timeout (need to implement time controls for this, so this isn't a hard need for what I ultimately envision for this project)
Implement all the ways a game can end in win/loss condition