Danielv123 / gridworld

Automatic creation of distributed factorio gridworlds connected using edge_transports
4 stars 0 forks source link

Generate servers on demand #2

Closed Danielv123 closed 2 years ago

Danielv123 commented 2 years ago

This PR replaces the current gridworld generation code almost entirely. Instead of generating a whole grid of servers sequentially on one instance in advance we now generate a lobby server, and upon joining the grid from the lobby server or by walking to an edge teleport zone the destination server is started/created on demand, distributed to a free instance and then the teleport is performed.