A game developed under Python's Object Oriented Programming concept. Main set of libraries used is Pygame, Random and, sys.
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.