Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 676 Bytes

Shoot_bay_CoVy19

The game "Shoot bay CoVy19" is a small project entirely developed by me. The idea of the game popped up while I was hoping for the pandemic to end.

Development:

This game is developed using Python.

How to run the game?

To play the game, download Python, then open the commandline and type the command given below:

      pip install pygame
      python main.py

Download the game without installing Python:

https://drive.google.com/file/d/13DXdbXyphLt_l4GWGF7JiYJsxV16lQ3S/view?usp=sharing

I hope you enjoy the game.

** I used cx_freeze to transform .py to .exe