brookCITS / Aviator

Simple 2D game created with python's Arcade module.
1 stars 2 forks source link

Bird and lightning class #11

Open brookCITS opened 2 years ago

brookCITS commented 2 years ago

This class will be used in the game view to control the birds. it should inherit from the sprite class (it’s easier this way for when you use this class later in Game view) and should override these functions: o init( ) : should contain file name for the image associated with the birds. It should also initialize all other properties associated with the birds (position, speed). o Update( ): This will contain logic about how the birds move in the game. This method will be called later in the update method of the gameView class

create-issue-branch[bot] commented 2 years ago

Branch AVA-11 created!