TORONTO KIDS COMPUTER CLUB | Tuesday Python Homework 18:30 – 22.02.08.
20312
post-template-default,single,single-post,postid-20312,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Tuesday Python Homework 18:30 – 22.02.08.

12 Feb Tuesday Python Homework 18:30 – 22.02.08.

Question:

Make changes of the program by creating Enemy class, so we can create an enemy object in the main program, the enemy spaceship could complete the following tasks:

  • The enemy could appear at the top of the screen and bounce back and forth when it reaches left or right edge.(You could change the direction of the enemy by changing the first item in self.speed attribute)
  • The enemy will move down while bouncing left-right. It will disappear when it reaches the bottom.

please use one of the following images as ememy:

No Comments

Sorry, the comment form is closed at this time.