From 6dbc236a47137eb2a107a0abd750e33e47ededd3 Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Sun, 19 Mar 2023 21:19:55 +0100 Subject: [PATCH] Update README --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dd7ac13..428a0f9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -# Terminal chess -![Screenshot](./screenshot.png) - ## Compile and run ```sh +git clone https://github.com/olemorud/terminal-chess.git +cd terminal-chess make -./chess +./bin/chess ``` ## What is implemented - [x] Display board @@ -17,12 +16,12 @@ make - [ ] hybrid notation - [ ] Move validation - [x] pawns - - [ ] bishops - - [ ] knights - - [ ] rooks - - [ ] queen + - [x] bishops + - [x] knights + - [x] rooks + - [x] queen - [ ] king - - [ ] check if king becomes checked by move + - [ ] check if king becomes checked by move - [ ] Detect checkmate - [ ] Log game score sheet