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.