System functionality
nPlay a number of games of “simple nim,” reporting the results to the user.
uAllow the user to specify the number of sticks the pile contains at the start of the game.
uFor each player in turn, determine the number of sticks to remove and make the play.
uDisplay the state of the game after each play.
uAllow the user to determine whether another game is to be played.