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-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.