← Back

Negamax & Nim

Negamax is a simplified minimax: both players use the same evaluation, just negated.

score(player) = -score(opponent)

In Nim, take any number of stones from one heap. The player forced to take the last stone loses!

Nim-sum (XOR): --

Nodes: 0

Click stones to select a heap, then choose how many to take