From GamingWiki
Jump to: navigation, search
(Graphviz 1)
(Graphviz 1)
Line 46: Line 46:
 
<graphviz border='frame' format='png' renderer='neato'>
 
<graphviz border='frame' format='png' renderer='neato'>
 
  digraph teraPhi {
 
  digraph teraPhi {
   { rank=same;
+
   subgraph { rank=same;
 
   Sephii [URL="Sephii" fontcolor=blue];
 
   Sephii [URL="Sephii" fontcolor=blue];
 
   }
 
   }
   { rank=same;
+
   subgraph { rank=same;
 
   Antares [URL="Antares" fontcolor =blue];
 
   Antares [URL="Antares" fontcolor =blue];
 
   Deneb [URL="Deneb" fontcolor =blue];
 
   Deneb [URL="Deneb" fontcolor =blue];
Line 55: Line 55:
 
   Zashar [URL="Zash'ar" label="Zash'ar" fontcolor =blue];
 
   Zashar [URL="Zash'ar" label="Zash'ar" fontcolor =blue];
 
   }
 
   }
   { rank=same;
+
   subgraph { rank=same;
 
   NovOrion [URL="Nov'Orion" label="Nov'Orion" fontcolor =blue];
 
   NovOrion [URL="Nov'Orion" label="Nov'Orion" fontcolor =blue];
 
   }
 
   }

Revision as of 12:54, 20 June 2011

What I've been playing recently

Dave is the administrator of this website.

Dave is the ruler of this domain.

Dave is the geek to complain to when something is not working properly.

Games[edit]

I'm probably involved in every game mentioned on this site. More details as I make time to write them.

Steel Town summary

Characters[edit]

{{#ask: player::Dave | ?campaign= | ?blurb= | ?high concept= | format=ul | template=SMW Character list }}

Scratchpad[edit]

Experiments below. If my page breaks your browser, this is probably why:

Graphviz 1[edit]

What I'd like is something like:

Sephii ----- Antares
 | \  \      /   |
 |  \   \   /    |
 |   \  Zash'ar  |
 |    \     \    |
 |    Deneb  \   |
 |     /  \   \  |
 |    /     \  \ |
Eridanus -- Nov'Orion

<graphviz border='frame' format='png' renderer='neato'>

digraph teraPhi {
 subgraph { rank=same;
 Sephii [URL="Sephii" fontcolor=blue];
 }
 subgraph { rank=same;
 Antares [URL="Antares" fontcolor =blue];
 Deneb [URL="Deneb" fontcolor =blue];
 Eridanus [URL="Eridanus" fontcolor =blue];
 Zashar [URL="Zash'ar" label="Zash'ar" fontcolor =blue];
 }
 subgraph { rank=same;
 NovOrion [URL="Nov'Orion" label="Nov'Orion" fontcolor =blue];
 }
 edge [len=2,dir=both];
 Sephii -> { Antares } -> NovOrion;
 Sephii -> { Zashar } -> NovOrion;
 Sephii -> { Eridanus } -> NovOrion;
 Sephii -> { Deneb } -> NovOrion;
 edge [len=2,dir=forward];
 Antares -> Zashar
   Deneb -> Eridanus
 ;
 { rank=same;
 Sephii ;
 }
 { rank=same;
 Antares ;
 Deneb ;
 Eridanus ;
 Zashar ;
 }
 { rank=same;
 NovOrion;
 }
}

</graphviz>

Graphviz 2[edit]

<graphviz border='frame' format='png' renderer='neato'>

digraph thozeva {edge [len=2,dir=both]; Viagra -> Tombstone -> Oregon -> Viagra -> Halogia -> Tombstone -> Zana -> Viagra -> Areston -> Erewhon -> Viagra Areston -> Zana Oregon -> New_system}

</graphviz>