In this game, your objective is to design an efficient power grid. You must connect a source node to all of the sinks while minimizing the cost.

Cost is calculated by the sum of two terms:

  1. The construction cost (the sum of lengths of all edges)
  2. The total electrical resistance (the sum of graph distances between the source and each sink).

You'll know you've won when the target is achieved.