Skip to content

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.

Notifications You must be signed in to change notification settings

BenjaminCanCode/hundred_game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%