Update README
This commit is contained in:
27
README.md
27
README.md
@@ -2,31 +2,14 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Compile and run
|
## Compile and run
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/olemorud/terminal-chess.git
|
git clone https://github.com/olemorud/cli-chess.git
|
||||||
cd terminal-chess
|
cd cli-chess
|
||||||
make
|
make
|
||||||
./bin/chess
|
./bin/chess
|
||||||
```
|
```
|
||||||
## What is implemented
|
## TODO
|
||||||
- [x] Display board
|
- Algebraic notation
|
||||||
- [x] rudimentary letters
|
- Log game score sheet
|
||||||
- [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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user