REPOSITORY OVERVIEWLive repository statistics
โ
1Stars
โ 0Forks
โฏ 0Open issues
โ 1Watchers
59/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
๐ Snake ยท Water ยท Gun
A colorful, feature-rich terminal implementation of the classic Snake-Water-Gun game (the Indian variant of Rock-Paper-Scissors), written in Python.

๐ฎ How to Play
| You choose | Beats |
|---|
| ๐ Snake | ๐ง Water (snake drinks water) |
| ๐ง Water | ๐ซ Gun (water douses gun) |
| ๐ซ Gun | ๐ Snake (gun shoots snake) |
โจ Features
- ๐จ Colorful terminal output โ ANSI-colored UI with bold highlights
- ๐ข Multiple rounds โ Choose 1โ10 rounds per match
- ๐ Score tracking โ Live scoreboard updated each round
- โ
Input validation โ Friendly error messages for invalid inputs
- ๐ Play again โ Replay without restarting the script
๐ Getting Started
Prerequisites
Run the game
git clone https://github.com/YOUR_USERNAME/snake-water-gun.git
cd snake-water-gun
python game.py
Windows users: Colors work best in Windows Terminal or VS Code terminal.
The classic Command Prompt may not render ANSI colors correctly.
๐น๏ธ Controls
| Key | Choice |
|---|
s | ๐ Snake |
w | ๐ง Water |
g | ๐ซ Gun |
๐ Project Structure
snake-water-gun/
โโโ game.py # Main game file
โโโ README.md # You're reading it!
๐ License
This project is open-source under the MIT License.
๐ Acknowledgements
Inspired by the classic South Asian variant of Rock-Paper-Scissors.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository descriptionโnot editorial ratings.
Snake Water Gun ๐๐ง๐ซ A fun command-line game built with Python! Similar to Rock Paper Scissors โ Snake beats Water, Water beats Gun, Gun beats Snake. Play against the computer and test your luck. Simple, lightweight, and beginner-friendly. Great for learning Python basics like conditionals and random module.
55/100 healthRecently updatedActive repository
PythonNo license
โ 0 forksโฏ 0 issuesUpdated 21 days ago