niklaskuehn

Beginner Projects (2) – Guess the Number (Python)

Welcome to the second beginner project in python. My goal with this project was, to implement a simple number-guessing game, where the player would be able to insert some numbers into the console, receives some feedback whether the number to be guessed is above, below or equal to the number that he/she has entered. If the number is below or above, the player would have another shot at guessing the number correctly.