eric-hedengren / calculus-project

Just a final project
0 stars 0 forks source link

Create Physics Logic for Ball Sprite #2

Open eric-hedengren opened 3 years ago

eric-hedengren commented 3 years ago

Right now the only physics applied to the ball is "gravity". Logic should be added that lets the ball interact with the course.

eric-hedengren commented 3 years ago

https://github.com/eric-hedengren/calculus-project/blob/main/ball.py#L24-L26