CompSci 190
Fall 2022
Programming Games
FOCUS Section

Aim It Game

pong

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!

Getting Started

Specifications

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.

Submitting your Work

When you are finished, you should submit your project for grading on Sakai:

  1. Create a Zip/Archive file of your PyCharm Python project (typically available as an option when you right-click on the folder in your File Explorer)
  2. Upload the single Zip file of your work to the Sakai assignment