ColbyReinhart / wall-golf

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

Handle hazard interactions #30

Closed ColbyReinhart closed 1 year ago

ColbyReinhart commented 1 year ago

Currently, if the ball hits a hazard, it just disables the ball game object. We need to implement a proper "game over" screen, or the likes, and have it reset the level (probably just reset the ball so the player doesn't lose their progress).