Skip to content

Fun helicopter shooter game - powered by pygame

License

Notifications You must be signed in to change notification settings

talent-campus/heli-shooter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heli-shooter - powered by pygame

This is a heli-shooter game developed using pygame.

Author's Notes

I am a beginner so I can make mistakes. If you find any issues please let me know.

Instructions

This program requires the pygame library. You may install it like this:

python3 -m pip install pygame --user

Clone this repository to your local disk using Git, e.g.

git clone https://github.com/talent-campus/heli-shooter.git
cd heli-shooter

Then run the heli_shooter program from your terminal using Python, e.g.

python3 -m heli_shooter

How To Contribute

Please, fork this repository, run black and flake8 before committing changes, and open a pull request.

Packages

No packages published

Languages

  • Python 100.0%