Players take turns removing any number of sticks from a single row. Click sticks to select them, then press Confirm. The player who takes the last stick LOSES (misère variant).
In this version, the player forced to take the last stick loses. This is the opposite of normal Nim where taking the last stick wins.
Yes! Nim has a mathematical solution based on XOR (nimsum). Try to leave your opponent in a losing position by calculating the binary digital sum of the rows.