Skip to content

SouravVerma-art/Gun-Water-Snake-Game-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake, Water, Gun Game

This is a simple command-line Python game based on the classic "Snake, Water, Gun" (a variation of Rock, Paper, Scissors). You play against the computer until you win!

How to Play

  • Run the Python script.
  • Choose one of the following options each round:
    • S or s for Snake
    • G or g for Gun
    • W or w for Water
  • The computer will also choose randomly.
  • Rules:
    • Snake drinks Water → Snake wins
    • Gun shoots Snake → Gun wins
    • Water damages Gun → Water wins
    • Same choice → Tie

The game continues until you win.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors