Guessing Game 2

Make modifications to your guessing game program that turns it into a two player game.

0 comments

Guessing Game

Create a guessing game that allows the user unlimited number of guesses to choose a number between 1 and 100. Keep track of number of guesses so you can implement some kind of scoring system. At the end of the game allow the player to quit or play again.

0 comments