Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quesswho committed Nov 18, 2024
1 parent 4a2b3ae commit bb79f57
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
# MilesBot
Simple C++ Chess engine written by Sebastian Miles.

## Move Generation
* Staged move generation
* MVV-LVA move ordering

## Search

* Iterative Deepening
* Transposition Table
* Aspiration windows
* Quiescence Search
* PVS Search
* Check extensions
* Singular Extensions
* Multi-Cut Probing


## Evaluation
* Material
* Piece Square table
* Pawn structure
* Pawn structure
* 5-man Tablebase

0 comments on commit bb79f57

Please sign in to comment.