Transmission
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:
- The construction cost (the sum of lengths of all edges)
- 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.
Status | Prototype |
Platforms | HTML5 |
Author | scaredginger |
Genre | Puzzle |