ColbyReinhart / wall-golf

Project for Kent State University Introduction to Game Programming -- Fall 2022
0 stars 0 forks source link

Create Goal Object #17

Closed ColbyReinhart closed 1 year ago

ColbyReinhart commented 2 years ago

We need to implement a goal object, probably a bucket or funnel, which the player will be trying to get the ball into. When the ball reaches the goal object successfully, a "level cleared" menu should pop up which gives similar options as the pause menu while also letting the player directly advance to the next level.

ColbyReinhart commented 1 year ago

Implementation complete, manually merged.