Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codedeliveryservice authored Dec 13, 2023
1 parent 0176278 commit 9ed16b2
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,22 @@ combines established concepts, as the name suggests.

### Selectivity

- Check Extensions
#### Pruning

- Reverse Futility Pruning
- Null Move Pruning
- Futility Pruning
- Late Move Pruning
- Delta Pruning

#### Reductions

- Late Move Reductions
- Quiet Late Move Pruning
- Internal Iterative Reductions

#### Extensions

- Check Extensions

### Move ordering

Expand All @@ -48,10 +59,11 @@ combines established concepts, as the name suggests.
- Killer Heuristic
- History Heuristic

### Static evaluation
### Evaluation

- Tapered Evaluation
- King-Relative Piece-Square Tables
- Pawn Structure (Passed and Isolated)
- Sliding Piece Mobility
- Tempo Bonus

Expand Down Expand Up @@ -84,6 +96,13 @@ Alternatively, you can communicate with the engine directly using the [UCI proto
Contributions are welcome! If you encounter issues or have suggestions for improvements,
please open an issue or submit a pull request.

## Acknowledgements

- [Chess Programming Wiki](https://www.chessprogramming.org/Main_Page): A crucial resource that greatly contributed to the project's foundation.
- [Cute Chess](https://github.com/cutechess/cutechess): The primary testing tool.
- Open source chess engines, like [Stockfish](https://github.com/official-stockfish/Stockfish), [Ethereal](https://github.com/AndyGrant/Ethereal), [Berserk](https://github.com/jhonnold/berserk), and numerous others, for serving as inspiration and providing ideas that fuel development.
- Many thanks to the [CCRL](https://www.computerchess.org.uk/ccrl/) team and all chess engine testers for their valuable contributions.

## License

This project is licensed with the [MIT license](LICENSE).

0 comments on commit 9ed16b2

Please sign in to comment.