JIT
Developing an Online Physics Sandbox Engine
Create an online physics sandbox engine.
Updated files
v1
Make the screen always fit the window it is in.
Updated files
v2
Make the objects collide.
Updated files
v3
Add a new feature, like a new mechanic, use your imagination :D

Okay, let's add a feature where you can drag and throw the circles! This will allow you to interact with the physics engine in a more direct and fun way.

Updated files
v4
With the new feature you added, add a button that is "select mode". In select mode you don't spawn in objects but you select them and can drag them. Make this button a toggle.