diff --git a/README.md b/README.md index 1a51bb9..dd7ac13 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,15 @@ make - [x] Parse user input - [x] rudimentary parsing - [ ] algebraic notation - - [ ] detect notation + - [ ] hybrid notation - [ ] Move validation -- [ ] Check for winner + - [x] pawns + - [ ] bishops + - [ ] knights + - [ ] rooks + - [ ] queen + - [ ] king + - [ ] check if king becomes checked by move +- [ ] Detect checkmate - [ ] Log game score sheet