Skip to content

jquinter/gemini-cli-101

Repository files navigation

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.

About

A tailored 101 quickstart for Gemini CLi.

Resources

Stars

Watchers

Forks

Packages

No packages published