A fun and interactive Python game based on the classic Rock-Paper-Scissors concept, but with a twist! This version features Snake, Water, and Gun as the game elements.
- Snake drinks Water → Snake wins
- Water disables Gun → Water wins
- Gun kills Snake → Gun wins
- Same choices → It's a draw
- Python 3
- Random module (for computer moves)
- Clone the repository:
git clone https://github.com/diyaaghosh/snake-water-gun.git cd snake-water-gun
2. Run the game:
python snake_water_gun.py
3.Follow on-screen instructions to play against the computer.