Battle Planets is a top-down physics game.
To win, you must knock all other planets into deep space while remaining within the solar system.
Each planet is capable of propelling itself and launching asteroids. Stars pull on each planet with their gravity, and launch away planets that touch them.
Lights for each object are blended together by multiplying the results of each light's specular and diffuse computations. Ambient lighting is added at the end.
Many textured objects are supported at once. A cube-mapped starscape follows the user's camera while it tracks on their planet.
Many objects are supported at a time, and each objects velocity and position vectors are computed by integration each game tick.
Each star in the scene pulls on other objects based on Newton's gravity equation.