AirForce

This is a simple python game write with pyGame. For educational purpose, I used 3 different way to build the game.

Part2: Rewrite the game with OOP

Step1: Create a AirForceGame Class

Step2: Create a class for Player

Step3: Define function for key press and move player

Step4: Define function for fire bullet and check collision

Step5: Create a class for Enemy

Step6: Define function for enemy move and check collision

Step7: Define function for explosion animation