A physics ball simulator that uses physics to calclate the position, velocity and soon other stuff too of the balls - going to learn and implement a lot of math formulae
Objective of this is to create a python program which applies the maths and physics knowledge that I have learnt from school/college and implement them in a python project where I can see them work visually
FEATURES:
- Collision between balls and walls
- Air resistance opposes movement of the balls resultant velocity
- Friction opposes the balls motion when rolling on the bottom of the window
- Values stored in a JSON file for easy and simple modification
DISCONTINUED (12/01/2026)