How display path ball will bounce?
- by boolean
I'm trying to figure out a way to show the path a ball will travel, so that the player can line up a shot before they fire the ball.
I can't think of a way to calculate this path in advance and show it to the player, especially if it involves collision detection. At first I thought I would run the game at a super high speed for one update, plot…