You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command-line implementation of the nim-like "100 game." Two players start with a shared total of zero. On each turn, a player adds a number from 1 to 10 to the total. Whichever player reaches 100 first wins.
A command-line implementation of the 100 game written in Python
Rules
Two players start with a shared total of zero. On each turn, a player adds a number from 1 to 10 to the total. Whichever player reaches 100 wins.
About
Command-line implementation of the nim-like "100 game." Two players start with a shared total of zero. On each turn, a player adds a number from 1 to 10 to the total. Whichever player reaches 100 first wins.