Update README
This commit is contained in:
16
README.md
16
README.md
@@ -1,6 +1,13 @@
|
|||||||
|
|
||||||
# Terminal chess
|
# Terminal chess
|
||||||
## Implemented
|

|
||||||
|
|
||||||
|
## Compile and run
|
||||||
|
```sh
|
||||||
|
make
|
||||||
|
./chess
|
||||||
|
```
|
||||||
|
## What is implemented
|
||||||
- [x] Display board
|
- [x] Display board
|
||||||
- [x] rudimentary letters
|
- [x] rudimentary letters
|
||||||
- [x] colored tiles with unicode symbols
|
- [x] colored tiles with unicode symbols
|
||||||
@@ -9,9 +16,6 @@
|
|||||||
- [ ] algebraic notation
|
- [ ] algebraic notation
|
||||||
- [ ] detect notation
|
- [ ] detect notation
|
||||||
- [ ] Move validation
|
- [ ] Move validation
|
||||||
|
- [ ] Check for winner
|
||||||
|
- [ ] Log game score sheet
|
||||||
|
|
||||||
## Compile and run
|
|
||||||
```sh
|
|
||||||
make
|
|
||||||
./chess
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user