Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 755 Bytes

File metadata and controls

27 lines (20 loc) · 755 Bytes

Number Guessing Game

This is a simple number guessing game written in Python.

How to Play

  1. Run the app.py file from your terminal:
    python app.py
    
  2. The computer will choose a random number between 1 and 100.
  3. You will be prompted to guess the number.
  4. The game will tell you if your guess is too high or too low.
  5. Keep guessing until you guess the correct number.

How to run tests

  1. Run the test_app.py file from your terminal:
    python -m unittest test_app.py 
    

Project Structure

  • app.py: The main application file containing the game logic.
  • test_app.py: The main application file containing the game logic.
  • .gemini/GEMINI.md: Project context for the Gemini CLI.