Closed Tafkae closed 1 month ago
Task: Write pseudocode for a number guessing game. The computer chooses a random number between 1 and 10, and the player has 3 chances to guess.
Hints: Input/output, conditional logic
Note: Actual code would probably include a main menu loop and some input validation. This is just the core gameplay loop. (Didn't want to overcomplicate it)
Task A: Guess the Number Game
Task: Write pseudocode for a number guessing game. The computer chooses a random number between 1 and 10, and the player has 3 chances to guess.
Hints: Input/output, conditional logic