18 lines
291 B
Markdown
18 lines
291 B
Markdown
|
|
# Terminal chess
|
|
## Implemented
|
|
- [x] Display board
|
|
- [x] rudimentary letters
|
|
- [x] colored tiles with unicode symbols
|
|
- [x] Parse user input
|
|
- [x] rudimentary parsing
|
|
- [ ] algebraic notation
|
|
- [ ] detect notation
|
|
- [ ] Move validation
|
|
|
|
## Compile and run
|
|
```sh
|
|
make
|
|
./chess
|
|
```
|