top of page
Physics Simulator
Spring 2017
My freshman spring semester, I created a physics simulator in python for an Intro to Programming course term project. It combines key ideas from physics and computer programming to analyze and resolve user-created collisions.
Key Ideas used:
- Dynamics
- Kinematics
- OOP (Object Oriented Programming)
- Pygame (animation engine)
- Event processing and handling
bottom of page