Skip to content

Design and implement a program allowing users to play the game Nim (see https://en.wikipedia.org/wiki/Nim). This is a two-player game played using a number of rows (or stacks) of tokens. Players take turns picking a row, and removing any number of tokens (at least one) from it. The player who removes the last token wins the game (this is what wi…

TheGeekiestOne/nim-game-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

Design and implement a program allowing users to play the game Nim (see https://en.wikipedia.org/wiki/Nim). This is a two-player game played using a number of rows (or stacks) of tokens. Players take turns picking a row, and removing any number of tokens (at least one) from it. The player who removes the last token wins the game (this is what wi…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published