INTERACTIVE GENERATOR

Utility for generating game maps - (almost) planar graphs. The generator has 9 parameters.

  1. Nodes: number of nodes.
  2. BonusE: percentage of added bonus edges.
  3. CrossE: percentage of added possible bonus cross edges.
  4. MinNE: smallest allowed distance between node and edge.
  5. MinNN: minimal length of a normal edge.
  6. MaxNN: maximal length of a normal edge.
  7. MaxBE: maximal length of bonus edge.
  8. MaxCE: maximal length of bonus cross-edge.
  9. Radius: The normalization coefficient, which makes the map more compact.

You can also view some statistics (degree centrality, closeness centrality, betweenness centrality, eigenvector centrality), download the map, or regenerate the map with the same seed.


Nodes
20

BonusE
0.5

CrossE
0.5

MinNE
1

MinNN
2

MaxNN
3

MaxBE
4

MaxBC
4.5

Radius
0.1