Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauritz8 authored Apr 18, 2024
1 parent 7e01e33 commit 251d62b
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,29 @@

Vividmind is a work-in-progress chess engine written in C++. It adheres to the UCI protocol, making it compatible with various chess graphical user interfaces.

## Engine
## Features

### Engine
* Mailbox board representation
* UCI-protocol

## Search
### Search
* Alpha-Beta
* Iterative Deepening
* Quiescence Search
* Check Extensions
* MVV-LVA

## Evaluation
### Evaluation
* Material
* Piece-Square Tables


## Build from scratch

```
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```

0 comments on commit 251d62b

Please sign in to comment.