I need to add physics (gravity, collision detection) to my 2D game. How can I implement it in JavaScript?
2