From 0c0a785c7aa31de55281f32276532f8cffd70012 Mon Sep 17 00:00:00 2001 From: Ole Morud <82065181+olemorud@users.noreply.github.com> Date: Wed, 22 Jun 2022 21:00:58 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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