/Snake-water-and-gun-game

The Snake, Water, and Gun game is a variation of the popular Rock, Paper, Scissors game. The rules and gameplay are similar, but with different symbols: Snake, Water, and Gun

Primary LanguagePython

Snake-water-and-gun-game

The Snake, Water, and Gun game is a variation of the popular Rock, Paper, Scissors game. The rules and gameplay are similar, but with different symbols: Snake, Water, and Gun

Snake, Water, Gun Game This project is a simple Snake, Water, Gun game where the player competes against the computer. The game follows the rules:

Snake (S) drinks Water (W), so Snake wins. Gun (G) shoots Snake (S), so Gun wins. Water (W) douses Gun (G), so Water wins. Game Rules: Player choices: • s for Snake • w for Water • g for Gun • Computer choice: For now, the computer's choice is hardcoded to "Water". How to Play: 1.Run the program. 2.Enter your choice (s, w, or g). 3.The game will compare the player's choice with the computer's choice and display the outcome.