Skip to content

Releases: FrancoisHps/Connect4Solver

Part9

09 Feb 15:49
Compare
Choose a tag to compare

Part 9 – Anticipate direct losing moves

Part8

09 Feb 15:48
Compare
Choose a tag to compare

Part 8 – Iterative Deepening & Null Window

Part7

09 Feb 15:48
Compare
Choose a tag to compare

Part 7 – Transposition Table

Part6

09 Feb 15:47
Compare
Choose a tag to compare

Part 6 – Bitboard

Part12

09 Feb 15:50
Compare
Choose a tag to compare

Part 12 – Lower bound transposition table

Part11

09 Feb 15:50
Compare
Choose a tag to compare

Part 11 – Optimized transposition table

Part10

09 Feb 15:49
Compare
Choose a tag to compare

Part 10 – Better move ordering

Part5

08 Feb 14:21
Compare
Choose a tag to compare

Part 5 – Move exploration order

Part4

08 Feb 13:45
Compare
Choose a tag to compare

Part 4 – Alpha-beta algorithm

Part3

08 Feb 13:47
Compare
Choose a tag to compare

Part 3 – MinMax algorithm