Skip to content

opera22/PumpkinShooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Pumpkin Shooter is a simple projectile-based game where you shoot pumpkins from the sky and hit spiders on the ground. Once all the spiders are gone, you win. The physics were done with basic mechanics equations. There is a two-cycle animation for the spiders on the ground. You can add hitboxes if you'd like; it's a setting near the beginning of the code.

Environment

  • Python 3.8
  • VSCode
  • pip install pygame

Execution

Simply hit Run and it will open up a new window. Use your mouse to change the trajectory, and then click once to throw a pumpkin.

  • gameplay
  • gameplay with hitboxes

Useful Websites

About

Projectile-based game made with PyGame!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages