You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game involves two players: the user and the computer. Each player selects one of the three possible options - Snake, Water, or Gun. The goal is to select an option that defeats the opponent's choice based on predefined rules.
this is one of first game that I made using pygame in python programming language . I tried my best to make it perfect if you have any suggestion you can comment it. For code you can access the file snake_water_gun.py
🐍🎮 Snake-Water-Gun & Rock-Paper-Scissors A Python project with two fun CLI games where players compete against the computer. Snake-Water-Gun and Rock-Paper-Scissors follow their classic rules with randomized choices and clear results for an engaging experience!
A simple Python-based Snake Water Gun game where you play against the computer. It uses conditional statements and the random module to determine the winner. Great for beginners to understand basic Python logic and I/O.
Snake-Water-Gun-Game: A Python implementation of the classic "Snake, Water, Gun" game where players compete against the computer in multiple rounds, with colorful outputs using the colorama library.