Abelardo-Alfaro / Python-Random-Number-Guessing-Game-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python - Random Number Guessing Game

Description

The random number guessing game in Python is a simple yet entertaining game that allows players to test their guessing skills. The game generates a random number between a specified range, and the player's objective is to guess the number within a limited number of attempts.

To play the game, the player enters their guess through the console, and the game provides feedback on whether the guess was too high or too low. The player continues to guess until they either correctly guess the number or run out of attempts.

The game is implemented in Python programming language, making use of its random number generation and input/output capabilities. The code is designed to be easy to read and understand, with comments and clear variable names to aid in comprehension.

Players can customize the range of the random number and the number of attempts allowed, making the game more challenging or easier as desired. Overall, the random number guessing game in Python is a fun way to test one's guessing abilities and learn programming basics in the process. Below are some images of just that.

Languages and Utilities Used

  • Python Programming Language

Environments Used

  • PyCharm (Open source) (21H2)

Highlights:

General Overview script:
List of customers, sales reps, and total transaction amounts for each customer between 2011 and 2012

Set the guess attempts and range, and start with a guess:
Disk Sanitization Steps

Restarting game after loosing:
Disk Sanitization Steps

Restarting game after winning:
Disk Sanitization Steps

About