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

|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user