A simple Python mini project where you play Snake-Water-Gun against the computer.
- You choose one option: snake, water, or gun
- The computer randomly selects its choice
- The winner is decided based on rules:
- Snake drinks water โ Snake wins
- Water disables gun โ Water wins
- Gun kills snake โ Gun wins
- The game runs for 5 rounds
- Each round:
- User enters a choice
- Computer generates a random choice
- Winner is displayed
- Final score is shown at the end
- Python Basics
- Loops (
for loop) - Conditional Statements (
if-elif-else) - Lists
- Random Module
- Make sure Python is installed
- Clone this repository:
git clone https://github.com/your-username/snake-water-gun.git