jaysaadana19 / pythongame

1 stars 0 forks source link

Guess the Number Game

A simple text-based "Guess the Number" game implemented in Python.

Description

Guess the Number Game is a classic Python game where the computer selects a random number between 1 and 100, and the player has to guess it within a limited number of attempts. The game provides feedback on whether the guess is too high or too low, helping the player refine their guess.

Features

Getting Started

Prerequisites

Installation

  1. Clone this repository to your local machine:

    
    git clone https://github.com/your-username/guess-the-number-game.git