Skip to content

Commit

Permalink
Fix typos and missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmchris authored Aug 16, 2021
1 parent 8f1ae8a commit 82e4fd4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,21 @@ Features
* Engine
- [Bitboards representation](https://www.chessprogramming.org/Bitboards)
- [Magic bitboards for slider move generation](https://www.chessprogramming.org/Magic_Bitboards)
- [Zobrist hashing]().
- [Transposition table for perft]().
- [Zobrist hashing](https://www.chessprogramming.org/Zobrist_Hashing)
* Search
- [Negamax search framework](https://www.chessprogramming.org/Negamax)
- [Alpha-Beta pruning](https://en.wikipedia.org/wiki/Alpha%E2%80%93beta_pruning)
- [MVV-LVA move ordering](https://www.chessprogramming.org/MVV-LVA)
- [Quiescence search](https://www.chessprogramming.org/Quiescence_Search)
- [Time-control logic supporting classical, rapid, bullet, and ultra-bullet time formats](https://www.chessprogramming.org/Time_Management).
- [Repition detection](https://www.chessprogramming.org/Repetitions).
- [Killer moves](https://www.chessprogramming.org/Killer_Move).
- [Transposition table](https://www.chessprogramming.org/Transposition_Table).
- [Null-move pruning](https://www.chessprogramming.org/Null_Move_Pruning).
- [Repition detection](https://www.chessprogramming.org/Repetitions)
- [Killer moves](https://www.chessprogramming.org/Killer_Move)
- [Transposition table](https://www.chessprogramming.org/Transposition_Table)
- [Null-move pruning](https://www.chessprogramming.org/Null_Move_Pruning)
* Evaluation
- [Material evaluation](https://www.chessprogramming.org/Material)
- [Tuned piece-square tables](https://www.chessprogramming.org/Piece-Square_Tables)
- [Tapered evaluation](https://www.chessprogramming.org/Tapered_Eval).
- [Tapered evaluation](https://www.chessprogramming.org/Tapered_Eval)

Changelog
---------
Expand Down

0 comments on commit 82e4fd4

Please sign in to comment.