Python Guess Number Game with Recursion and 10 rounds, no loops

4 years ago
5

In this video I show you how I made a python guessing game without using loops.
The game asks the player to guess a number between 1-10 giving them just 10 rounds. Each round is worth a maximum of 10 points. Any close match will award them some 2 points.

Loading comments...