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

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