Files
cli-chess/README.md
2023-03-19 21:21:10 +01:00

28 lines
546 B
Markdown

## Compile and run
```sh
git clone https://github.com/olemorud/terminal-chess.git
cd terminal-chess
make
./bin/chess
```
## What is implemented
- [x] Display board
- [x] rudimentary letters
- [x] colored tiles with unicode symbols
- [x] Parse user input
- [x] rudimentary parsing
- [ ] algebraic notation
- [ ] hybrid notation
- [ ] Move validation
- [x] pawns
- [x] bishops
- [x] knights
- [x] rooks
- [x] queen
- [ ] king
- [ ] check if king becomes checked by move
- [ ] Detect checkmate
- [ ] Log game score sheet