We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6ea6d commit 676266cCopy full SHA for 676266c
README.md
@@ -30,9 +30,9 @@ The game engine will use the move generator to select a move. The first version
30
31
This includes:
32
```
33
--- basic hueristic
34
--- iterative deepening
35
--- alpha-beta pruning
+-- basic heuristic ✅
+-- iterative deepening ✅
+-- alpha-beta pruning ✅
36
-- killer heuristic
37
-- quiescence search
38
-- null heuristic
0 commit comments