Click any ball to spawn a new ball at random position with random velocity. This project is a sandbox project for testing purposes. Main test topics were: - event handling architecture for mouse events (click and clicked) - proper game loop implementation with fixed update time step and variable rendering - 2d game physics with friction and boundary collision
Version history: - added numeric physic calculation - added game loop - added mouse event handling