30 Mar Friday 16:15 Python Practice – 23.03.24.
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)
Sorry, the comment form is closed at this time.