ryancwilliams / StarwaysOLD

A open source "Clone" of the freeware 4X game Aurora written in Java
4 stars 1 forks source link

Create Position System #14

Open ryancwilliams opened 11 years ago

ryancwilliams commented 11 years ago

Create a system for managing positions in the game.

Should have finite Position object (X & Y)

Should have relative Position object (Finite Location + dX & dY)

Should have orbit Position object (Finite Location, Distance, Polar Angle of Position)