Snake Water Gun Game ๐ฎ A simple Python-based Snake Water Gun game, similar to Rock-Paper-Scissors.
๐ Game Rules Snake drinks water โ Snake wins ๐๐ง
Water drowns gun โ Water wins ๐ง๐ซ
Gun shoots snake โ Gun wins ๐ซ๐
If both choices are the same โ It's a draw.
โถ How to Play Run the Python script:
bash Copy Edit python snake_water_gun.py Choose one:
s โ Snake ๐
w โ Water ๐ง
g โ Gun ๐ซ
Computer will randomly choose, and the winner will be shown.
๐ป Example Output rust Copy Edit Enter your choice (s for Snake, w for Water, g for Gun): s Computer chose: g You lose! Gun shoots Snake! ๐ Requirements Python 3.x installed on your system.
๐ License This project is for learning purposes. Feel free to use and modify.