subchannel13 / Stareater

4X turn based strategy
GNU General Public License v3.0
32 stars 7 forks source link

Improved star lane generator #89

Closed subchannel13 closed 7 years ago

subchannel13 commented 7 years ago

Implement better star lane generation. There should be two extremes, maximum connectivity and minimal connectivity and some options in-between. Maximum connectivity algorithm should produce results like Delaunay triangulation. Minimum connectivity should be produce a tree which is a subset of maximum connectivity.