Lesson 15: Guess the Number
Let's put it all together! Let's create a complete game.
Game Logic
- Computer picks random number.
- Infinite loop until you guess.
- User input.
- If number is too high or low.
Your Objective
Complete the game code.
Let's put it all together! Let's create a complete game.
Complete the game code.