feat: Winner analysis calculations #12
Reference in New Issue
Block a user
Delete Branch "feat/win-chance-eval"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements a Connect 4 position evaluator that returns (RedWinChance, YellowWinChance, DrawChance) based on a near-perfect solver core (negamax + alpha-beta + transposition table) and a practical win% mapping with complexity adjustment.
Progress for #6.