Prophets-of-Profit / Galactic-Rush-OLD

A game in space about destroying your enemies with programmable drones!
2 stars 0 forks source link

Use a graph-drawing algorithm to display the galaxy #42

Closed EliaGorokhovsky closed 6 years ago

EliaGorokhovsky commented 6 years ago

This should make the galaxy more structured and look nicer, avoid unnecessary hardcoding, and prevent it from being stuck in a rectangle.

EliaGorokhovsky commented 6 years ago

The algorithm is done, but we shouldn't close this issue until we deal with the obsolete code in generatePlanets.

EliaGorokhovsky commented 6 years ago

Closed because we found that positioning affects the outcome significantly.