Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 771 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 771 Bytes

Physics-Simulations

Simple Python scripts that simulate various physics scenarios using Pygame.

Apples.py is a gravity and collision simulator that uses PyMunk.

Planets.py is a solar system simulation using Newton's gravity laws.

Random Pi.py approximates PI using the Montecarlo Method.

gas.py simulates a gas following a Lennard-Jones potential

pendulum.py simulates a pendulum with (or without) damping, using SciPy.