Enter player names (comma separated):
Hexagonal Architecture Microscope
/------------------\
/ Player Registry \
| [Port] ---- [Adapter]|
\------------------/
||
/------------------\ /------------------\
/ Front Desk \====/ Lane Manager \
| [Bridge] == [Bridge] | | [Adapter] -- [Port] |
\------------------/ \------------------/
||
/------------------\
/ Scoring Engine \
| [Adapter] -- [Port] |
\------------------/
The Front Desk acts as the orchestrator. It knows about the other 3 hexagons only through Bridge Adapters. No hexagon imports code from another.