Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 461 Bytes

File metadata and controls

15 lines (8 loc) · 461 Bytes

Guessing game

An over engineered CLI Guessing Game!

You input your name, a lower bound, and an upper bound, and the program chooses a number within that range.

The aim of the game is to guess that number.

It displays a random hint when you guess incorrectly.

The program contains input validation, error checking, and a hint generator object.

Developed on Python 3.9.5

console-demo