Basketball video game in Python, where you will earn points for making baskets.
- Language: Python (using the pygame and math libraries).
- Physics Application: Incorporate principles of kinematics, dynamics, work, and energy.
To provide direction and force for the shot, a joystick located at the center of the screen will be controlled with the mouse. The ball will be launched upon releasing the mouse click.
For each shot, the predicted parabolic trajectory of the ball will be graphically displayed using points, based on the joystick's movement. This trajectory will update at time intervals to optimize memory usage.
