Update README

This commit is contained in:
Ole Morud
2022-06-10 19:06:17 +02:00
parent 9006f526e8
commit 36005acfec

View File

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