You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,5 @@ Hi! I am a bot written in C, heavily inspired by the Vice engine and video serie
4
4
My engine features include: alpha beta (with MVV/LVA, Killers, and History for move ordering), PV Search, Null Move Pruning, Late Move Reductions, Razoring, Mate Distance Pruning, a small Transposition Table, and PSQT + light heuristics for evaluation.
5
5
6
6
Planned improvements include adding an opening book, King Safety, Tapered eval, Static Null Move Pruning, and SEE. Other possible improvements could be bitboard move generation, futility pruning, mobility evaluation, and aspiration window search
7
+
8
+
None of the code I write is copywrighted or protected in any way, and you may make use of all that you wish. You do not have to credit me if you use any of the code I write, but it would be great if you did
0 commit comments