Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiragkumargohil/snake-water-gun-game
Snake Water Gun is one of the famous two-player game.
https://github.com/chiragkumargohil/snake-water-gun-game
Last synced: 22 days ago
JSON representation
Snake Water Gun is one of the famous two-player game.
- Host: GitHub
- URL: https://github.com/chiragkumargohil/snake-water-gun-game
- Owner: chiragkumargohil
- Created: 2022-07-13T12:55:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T13:12:13.000Z (over 2 years ago)
- Last Synced: 2023-06-01T06:26:42.632Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake-water-gun-game
Snake Water Gun is one of the famous two-player game. The rules of the game are as follows:
1) Snake vs. Water: Snake drinks the water hence wins,
2) Water vs. Gun: The gun will drown in water, hence a point for water,
3) Gun vs. Snake: Gun will kill the snake and win,
4) In situations where both players choose the same object, the result will be a draw.I have created this game using Python. So, let's play...