From 36005acfecc9cf86425cd40ddb29d252ac83431b Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Fri, 10 Jun 2022 19:06:17 +0200 Subject: [PATCH] Update README --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 487f59a..1a51bb9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Terminal chess -## Implemented +![Screenshot](./screenshot.png) + +## Compile and run +```sh +make +./chess +``` +## What is implemented - [x] Display board - [x] rudimentary letters - [x] colored tiles with unicode symbols @@ -9,9 +16,6 @@ - [ ] algebraic notation - [ ] detect notation - [ ] Move validation +- [ ] Check for winner +- [ ] Log game score sheet -## Compile and run -```sh -make -./chess -```