A simple Projectile Motion simulation made with Python and Pygame.
The project uses basic physics formulas to simulate a ball moving under gravity. The ball is given random starting velocities and its motion is displayed visually.
- Simple projectile motion simulation
- Gravity-based movement
- Random starting velocity
- Basic projectile formulas
- Built using Pygame
- Python 3
- Pygame
Install Pygame with:
pip install pygameMake sure both files are in the same folder:
main.pyBody.py
Then run:
python main.pyThis is a beginner project and more features and improvements will be added in the future.