ColbyReinhart / wall-golf

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

Implement Ball #2

Closed ColbyReinhart closed 2 years ago

ColbyReinhart commented 2 years ago

Implement the ball used in the game. The ball should act as the player class and should control "build" vs "play" modes. That is, build mode allows the user to edit the level and play mode begins physics simulations.

ColbyReinhart commented 2 years ago

Player control has been implemented through the Input Controller class, so this issue is no longer needed.