Page 1 of 1

Game star map using grid.

Posted: Thu Sep 17, 2015 3:10 am
by hawkpryde
Greetings all. I am working on a browser turn-based strategy game and I need a basic 2d star where the planets are a solid color with connecting lines. The color of the planets represent the nations that own them. I need them to update with the proper color when they change hands. I would like to use a square grid with x and y axis to map each planet's location. Any suggestions on how I can do this?