Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 405 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 405 Bytes

Guessing Game

A simple game where a random number between 1 and 99 is selected, and the user needs to guess the correct value.

Prerequisites

Requires the "sty" package for coloured terminal text. https://pypi.org/project/sty/

pip install sty