From fc2b3d1daa68df3cf896b7b71d37518e6b49fd7b Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Mon, 2 Dec 2024 01:52:00 +0100 Subject: [PATCH] Update README --- README.md | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index dd43e5c..7486b8f 100644 --- a/README.md +++ b/README.md @@ -2,31 +2,14 @@ ![chess2](https://user-images.githubusercontent.com/82065181/226863987-54fd282b-eaea-4213-bb62-8eaafa35a10c.svg) - - ## Compile and run ```sh -git clone https://github.com/olemorud/terminal-chess.git -cd terminal-chess +git clone https://github.com/olemorud/cli-chess.git +cd cli-chess make ./bin/chess ``` -## What is implemented -- [x] Display board - - [x] rudimentary letters - - [x] colored tiles with unicode symbols -- [x] Parse user input - - [x] rudimentary parsing - - [ ] algebraic notation - - [ ] hybrid notation -- [ ] Move validation - - [x] pawns - - [x] bishops - - [x] knights - - [x] rooks - - [x] queen - - [ ] king - - [ ] check if king becomes checked by move -- [ ] Detect checkmate -- [ ] Log game score sheet +## TODO +- Algebraic notation +- Log game score sheet