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