/nim-game-cpp

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 wikipedia refers to as “normal”, as opposed to “misere” play)

Primary LanguageC++

This repository is not active