This is a simple Python game based on the classic "Snake, Water, and Gun" game concept, where the user plays against the computer.
- Choose between Snake, Water, or Gun.
- The computer will also make a choice.
- The winner is determined based on the classic rules:
- Snake drinks water (Snake wins)
- Water douses gun (Water wins)
- Gun kills snake (Gun wins)
- Make sure you have Python installed on your system.
- Clone the repository
- Run the game by executing the following command in the terminal
This project is licensed under the MIT License.