Skip to content

A game developed under Python's Object Oriented Programming concept. Main set of libraries used is Pygame, Random and, sys. A small spaceship in space that needs to defend itself from incoming meteors.

License

Notifications You must be signed in to change notification settings

PiyushBL45t/Project_-Space_shooter

Repository files navigation

Project_-Space_shooter

A game developed under Python's Object Oriented Programming concept. Main set of libraries used is Pygame, Random and, sys.

A small spaceship in space that needs to defend itself from incoming meteors.

Game functioning: The game functions on the pygame.Sprite.sprite class which is inherited from the min Pygae library. There are three classes that inherit this, Spaceship class, Meteor class and Laser class. The files are used from the https://opengameart.org/content/space-shooter-redux. The game functions well on 60 Frames Per Second.

About

A game developed under Python's Object Oriented Programming concept. Main set of libraries used is Pygame, Random and, sys. A small spaceship in space that needs to defend itself from incoming meteors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages