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