Euclid's Game

Euclid's Game

Download XML

Rules

Player 1 chooses an integer between 1 and 100, inclusive. Player 2 then chooses an integer between 1 and 100, inclusive, that is not the same number that Player 1 picked.

From this point on, each player on their turn selects a number between 1 and 100, inclusive, that both (1) has not yet been chosen and (2) is the difference of some pair of already-selected numbers.

A player wins when there are no numbers left to legally select, i.e., when their opponent has no legal moves.

Suppose, for example, that at the start of the game, Player 1 chooses 65, then Player 2 chooses 47. On Player 1's turn, the only available number to select is 18 because 18 is the only number that has not been selected that is a difference of the already-selected numbers, 47 and 65. Afterward, on Player 2's turn, the only available number to select is 29 because 29 is the only number that has not been selected that is a difference of two of the already-selected numbers, 18, 47, and 65. Then on Player 1's next turn, there are two available numbers to select — 11 and 35 — because neither has been selected and each is a difference of two of the already-selected numbers, 18, 29, 47, and 65 (11 is the difference between 29 and 18 and 35 is the difference between 47 and 18).

Strategies

Variants

GamesCrafters

Games

All Games

All Puzzles