Snake-Water-Gun Game 🎮
Welcome to the Snake-Water-Gun game, a simple Python game inspired by the classic "Rock-Paper-Scissors" concept, but with a fun twist using Snake, Water, and Gun.
Game Rules 📝 The rules of the game are simple:
Snake drinks Water 🐍 > 💧 → Snake wins. Water douses the Gun 💧 > 🔫 → Water wins. Gun shoots the Snake 🔫 > 🐍 → Gun wins.
If both players choose the same option, it results in a tie.
Features ✨
Randomized choice for the computer.
Interactive console-based game.
User-friendly prompts to guide you through the game.
Option to exit the game at any point by typing 'exit'.
How to Run 🚀
Follow these steps to play the game on your local machine:
Prerequisites
Python 3 must be installed on your system.
You can download it from the official Python website: python.org
Steps: Clone the repository:
git clone https://github.com/your-username/snake-water-gun.git
Navigate to the project directory:
cd snake-water-gun
Run the Python file:
python snake_water_gun.py
Contribution 🤝
Feel free to contribute to this project by forking the repository, making enhancements, or fixing bugs. Open a pull request, and I’ll be happy to review it!
License 📜
This project is licensed under the MIT License – see the LICENSE file for details.