Criteria |
Points |
Yes/No |
Has an intro & game loop. |
2 |
|
Has comments outlining the control flow of the project. |
2 |
|
Has a level array that consists of a string of characters. |
1 |
|
Has a Platform class with constructor defined. |
4 |
|
Creates platform objects based on the characters in the level array. |
5 |
|
Adds the platform objects to a group and uses the draw method to blit them to the screen. |
3 |
|
Has a Ship class with constructor and update method defined. |
6 |
|
Has a ship object that is blitted to the screen. |
1 |
|
Has a container rect that describes the world. |
1 |
|
Ship uses the container to intialize it's location and set boundaries. |
2 |
|
Total: 27 |
|
|