Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 286 Bytes

File metadata and controls

5 lines (4 loc) · 286 Bytes

The 💯 Game

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.