Project-Random-Number-Guesser

Python Random Number Guesser

Overview

This project is a logic-based game where the user must identify a hidden integer generated by the system. It serves as a practical application of the random module and illustrates how to handle continuous user input and state management within a terminal environment.

Technical Stack

Features

How To Run

  1. Ensure Python 3 is installed.
  2. Clone the repository.
  3. Execute the script: ```bash python guessing_game.py