🎮
Sname Water and Gun
Python117 lines· Yes — game.py is a console game using only input()/print() and the standard-library random module.
Original project by @Yashparwal1 — view source on GitHubReady when you are
Sname Water and Gun
- GAME NAME - Snake, Water and Gun
- GAME RULES :
- You will have 3 chances (** you can make changes in no of chanches in the code.)
- Choose s for Snake, w for Water and g for Gun
- If any game draws, it'll be counted as 1 chance.
- If you pressed other than s, w and g key, it'll be counted as 1 chance.
Demo picture of the game:

Setup
- Python Should be installed in your system
- Just download the game.py file and open it (bydefault it should be open in terminal).
- If you do not have or not want to install python in your system, you can download the game.exe file and directly run that executable file.
Pyodide-runnable
Yes — game.py is a console game using only input()/print() and the standard-library random module.
game-snake-water-gun.py· Python 3.x
124 linesConsole· terminal