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 -```