Python Physics Engine
A simple 2D physics engine built with Python, featuring collision handling, gravity, and a seesaw simulation.
Features
-
Gravity and basic physics simulation
-
Collision detection for simple shapes
-
Seesaw / balance beam simulation
Requirements
Python 3.x
pygame (for visualization)
pip install pygame
Usage
Run the main script to start the simulation:
python main.py
Use the interface to interact with objects and test the seesaw mechanics.
License
MIT License