Welcome to the Python Terminal Games repository! This project is a collection of interactive, text-based games built entirely using Python. They are designed to be lightweight, highly responsive, and playable directly from your command line.
You can get started in seconds. Copy and paste the commands below into your terminal to clone the repository, navigate into the folder, grant execution permissions, and launch the games:
# 1. Clone the repository
git clone [https://github.com/yourusername/python-games.git](https://github.com/yourusername/python-games.git)
# 2. Navigate into the project directory
cd Python-Games
# 3. Launch the first game!
python3 ./ai-guess.py
# 4. Launch the second game!
python3 ./number-guess.py
# 5. Launch the third game!
python3 ./rock-paper-scissor.py