From 2b39393a66c231fbe76b176db758f8aec8ed3615 Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Fri, 10 Jun 2022 19:04:09 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40dc748..487f59a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ -## This only prints a chessboard so far - # Terminal chess +## Implemented +- [x] Display board + - [x] rudimentary letters + - [x] colored tiles with unicode symbols +- [x] Parse user input + - [x] rudimentary parsing + - [ ] algebraic notation + - [ ] detect notation +- [ ] Move validation + ## Compile and run ```sh make