strict digraph {

// © 2011 def@gmx.at

node [shape=box];

planetfall [label="\
Out of ressources, and out of repair,\n\
with no friendly space port in reach,\n\
you decide to colonize a virgin world.\n\
Unfortunately,\n\
it seems to harbour life of its own.\n\
What do?\
"];

life [label="Is it edible?"];
ranches [label="Score!"];
pricks [label="Is it intelligent?"];
animals [label="Can it be trained?"];
pets [label="Civilisation!"];
pests [label="Well is it useful?"];
rats [label="Exterminate!"];
vegs [label="Building material!"];
cats [label="Kitteh!"];
sqatters [label="Can it be enslaved?"];
subs [label="Our advantage?"];
slaves [label="Empire!"];
coexistant [label="Hegemony!"];
warriors [label="Wait, are they descendants of human colonists?"];
humins [label="Shit!"];
cthulhu [label="Nuke'em from orbit!"];

life->ranches [label="and tasty"];
life->pricks [label="not really"];
pricks->sqatters [label="apparently"];
pricks->animals [label="not very"];
sqatters->subs [label="of course!"];
sqatters->warriors [label="uhm, no?"];
animals->pets [label="with ease"];
animals->pests [label="no"];
subs->slaves [label="guns"];
subs->coexistant [label="knowledge"];
warriors->humins [label="duh"];
warriors->cthulhu [label="it's life, but not as we know it"];
pests->rats [label="no. hungry."];
pests->vegs [label="it's… passive"];
pests->cats [label="it's cute"];

};
