Update README
This commit is contained in:
17
README.md
17
README.md
@@ -1,11 +1,10 @@
|
||||
|
||||
# Terminal chess
|
||||

|
||||
|
||||
## Compile and run
|
||||
```sh
|
||||
git clone https://github.com/olemorud/terminal-chess.git
|
||||
cd terminal-chess
|
||||
make
|
||||
./chess
|
||||
./bin/chess
|
||||
```
|
||||
## What is implemented
|
||||
- [x] Display board
|
||||
@@ -17,12 +16,12 @@ make
|
||||
- [ ] hybrid notation
|
||||
- [ ] Move validation
|
||||
- [x] pawns
|
||||
- [ ] bishops
|
||||
- [ ] knights
|
||||
- [ ] rooks
|
||||
- [ ] queen
|
||||
- [x] bishops
|
||||
- [x] knights
|
||||
- [x] rooks
|
||||
- [x] queen
|
||||
- [ ] king
|
||||
- [ ] check if king becomes checked by move
|
||||
- [ ] check if king becomes checked by move
|
||||
- [ ] Detect checkmate
|
||||
- [ ] Log game score sheet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user