Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Projectile Motion Simulation

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.

Features

  • Simple projectile motion simulation
  • Gravity-based movement
  • Random starting velocity
  • Basic projectile formulas
  • Built using Pygame

Requirements

  • Python 3
  • Pygame

Install Pygame with:

pip install pygame

How to Run

Make sure both files are in the same folder:

  • main.py
  • Body.py

Then run:

python main.py

Future Changes

This is a beginner project and more features and improvements will be added in the future.

About

A Beginner Projectile Motion Simulation Based on Python(Pygame)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages