Skip to content

sifulens/assignment-2.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

assignment-2.1

assignment 2.1 for COP3223C-24Fall 0004

Assignment Criteria

  • Write a Guess the Number game that has three levels of difficulty. The first level of difficulty would be a number between 1 and 10(include 10). The second difficulty set would be between 1 and 100(include 100). The third difficulty set would be between 1 and 1000(include 1000).

  • Prompt for the difficulty level, and then start the game. The computer picks a random number in that range and prompts the player to guess that number. Each time the player guesses, the computer should give the player a hint as to whether the number is too high or too low. The computer should also keep track of the number of guesses. if the number of guesses is larger than 8, the computer will end the game and prompt "Better luck next time". Once the player guesses the correct number, the computer should present the number of guesses and ask if the player would like to play again. (1 for yes or 0 for no)

About

assignment 2.1 for COP3223C-24Fall 0004

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages