Skip to content

Hundreds of blocks are falling from the sky. Use your maneuverability skills to avoid them and rack up as many points as you can. This game was written using Python's Pygame library.

Notifications You must be signed in to change notification settings

ashanpw/SkyFall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

SkyFall

Several mechanics are taking place behind the scenes:

  • Event Listeners wait for user input (keyboard press) and update player position fields accordingly.

  • Block collisions are being calculated every millisecond to see if the player has made contact with a falling block

  • Falling blocks are randomly generated and increase in count with respect to score. Speed of falling blocks and player increase as well.

About

Hundreds of blocks are falling from the sky. Use your maneuverability skills to avoid them and rack up as many points as you can. This game was written using Python's Pygame library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages