Loading Events

« All Events

  • This event has passed.

6 PM – Advanced Python Game Development

February 25, 2021 @ 6:00 pm - 7:00 pm
  1. Homework:
    1. In main.launch_player_bullet() change the code so it can get the turret.x, turret.y and turret.angle
    2. Create enemy_tank.py
      1. Inside you should create EnemyTank class
      2. The EnemyTank class should inherit from Player class.
        1. Override the keyboard_control method to use arrow keys to control.

Details