Files
cli-chess/README.md
2023-03-19 13:46:35 +01:00

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