16 lines
296 B
Markdown
16 lines
296 B
Markdown
# Terminal Chess
|
|
|
|

|
|
|
|
## Compile and run
|
|
```sh
|
|
git clone https://github.com/olemorud/cli-chess.git
|
|
cd cli-chess
|
|
make
|
|
./bin/chess
|
|
```
|
|
## TODO
|
|
- Algebraic notation
|
|
- Log game score sheet
|
|
|