This is a simple number guessing game written in Python.
- Run the
app.pyfile from your terminal:python app.py - The computer will choose a random number between 1 and 100.
- You will be prompted to guess the number.
- The game will tell you if your guess is too high or too low.
- Keep guessing until you guess the correct number.
- Run the
test_app.pyfile from your terminal:python -m unittest test_app.py
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.