Skip to content

In this project, we play the game Snake, Water, Gun with a (computer) Python script that randomly selects between snake, water, and gun, and the game will continue until someone hits the player-specified point limit.

Notifications You must be signed in to change notification settings

anmolrk/Snake-Water-Gun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Snake-Water-Gun

In the game of "Snake, Water, Gun" players count to three in unison and simultaneously throw one of three hand signs representing Snake, Water, Gun The winner is determined by the rules:

  • Snake beats Water (Snake drinks the water)
  • Water beats Gun (The gun will drown in water)
  • Gun beats Snake (Gun will kill the snake)
In situations where both players choose the same object, the result will be a draw.
In this project, we play this game with a computer using a Python script that randomly selects between snake, water, and gun and the game will continue until someone reaches the point limit specified by the player.

About

In this project, we play the game Snake, Water, Gun with a (computer) Python script that randomly selects between snake, water, and gun, and the game will continue until someone hits the player-specified point limit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages