Trent Fealy

Magnet Ball




Magnet Ball



Inspired by pong, The initial concept was to create a game with some kind of orbital physics. The game was written in C++ with openGL.

The collision detection and physics code was all custom written. It does continuous collision detection using simple sweeping collision detection algorithms.

The physics is just a simple N-Body simulation, with forces based on the distance and force calculations based on experimentation.