| CompSci 190 Fall 2022 |
Programming Games FOCUS Section |
Write a program that allows the user to play a game in which you aim a projectile at a target to try to hit it. This game will be a simplified version of the following games: Angry Birds (or any other cannon/shooting themed game — without the physics :), Basketball (or any other sport theme), Gorillas (or any other fruit throwing theme), or even Lunar Lander. Just remember to keep it simple to start this week!
Open button (or select File → Open), navigate to where you saved the folder, and select itAimItGameRules.py in the Project Explorer and select Run AimItGameRules to play the game (you are welcome to look at this code, but you do not need to change it and likely most of it will not make sense yet).Complete the functions given in the StudentGameTheme.py file and here is a video going over the purpose of those functions.
More Coming Soon ...
Note, you will have to spend some time choosing fixed values for the size and speed of the game objects to ensure the game is fun to play. Include some discussion of why you chose the values you did in your code's comments.
When you are finished, you should submit your project for grading on Sakai: