Tafkae / intro_pscode

Pseudocode task due 2024-09-29
0 stars 0 forks source link

Task A: "Guess the Number" game #1

Closed Tafkae closed 2 hours ago

Tafkae commented 3 hours ago

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

Tafkae commented 2 hours ago

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)