cs 106a final, soccer juggle

by Jacky L

Description

This game is a recreation of the popular soccer ball juggle game on Facebook Messenger in which you try to accumulate successive strikes on a mouse controlled paddle at the bottom of the screen. Choose between three unique characters which uses nested dictionaries to alter in game properties like speed (how fast the paddle moves), range (the width of the paddle) and precision (how much variance the a strike adds to the bounce of the ball). The UI to displays a specific character icon and paddle with the score, high score, and last 5 scores. I wanted to specifically practice new concepts we hadn't had assignments on like graphics, animations, dictionaries, string manipulation and lists.