TORONTO KIDS COMPUTER CLUB | Saturday 16:30 Python Practice – 22.11.26.
21471
post-template-default,single,single-post,postid-21471,single-format-standard,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Saturday 16:30 Python Practice – 22.11.26.

01 Dec Saturday 16:30 Python Practice – 22.11.26.

Question:

Make changes of the program we made in the class, so the enemy spaceship could complete the following tasks:

    • more new enemies will keep entering the game at the random x position from the top of the screen.
    • the enemy can bounce back 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 start to go straight down with acceleration when the distance to the top of the window is greater than 300px.(self.speed[1] will get bigger and bigger)
No Comments

Sorry, the comment form is closed at this time.