This assignment is to create the project described in Chapter 12 and 13 but with the following modifications.
The modifications are:
- Change the background color to a color other than a light gray background (Try-out 12-1 on p238).
- Use a different image than a Ship for the main character of the ship and match its background color to the new background color (Try-out 12-2 on p238).
- Use a different image than an Alien for the fleet and match its background color to the new background color.
From CHAPTER 12
The game should have:
- pygame import
- game class with user input
- settings class
- ship class
- check-events method
- update_screen method
- shooting bullets (or some other thing of your choice)
The first part of the assignment will demonstrate the following:
- Import
- Settings
- A moving ship (or whatever you select)
- Firing bullets (or whatever you select)
From CHAPTER 13
The game also add:
- A moving fleet of Aliens (or whatever you select)
- Response to collisions with bullet (or whatever you select)
- Repopulate the fleet when empty
- Response to collision with the Ship (or whatever you select)
- A Game end when a certain number of collisions occur with the Ship
To submit: UPLOAD ALL THE FILES. INCLUDE A SHORT SUMMARY OF WHAT PROBLEMS YOU HAD WITH THE ASSIGNMENT (WORD DOCUMENT – 1 PAGE IS SUFFICIENT).


0 comments