Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 339 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 339 Bytes

Snake-Water-Gun-game-in-PYTHON

This is a simple childhood game called SNAKE, WATER, GUN game coded in python 3 You will also get score board in right upper corner of the command prompt or terminal

Modules used :-

  1. random https://pypi.org/project/random2/ pip install random2
  2. os https://pypi.org/project/os-win/ pip install os-win