 |
Documents
CV
Contact Details
Paul Cohen (my
better half:-)
Tokyo, Japan
+81-3-3469-3341
Email me |
void myFirstSFNovel()
{
if (meets(boy, gurl)
then {
loses(boy, gurl);
put(boy, distantGalaxy,!resources); //gurl for theme variation
}
else
return
;
while (aliensThrown < 6000) // builds character!!
do {
throwAt(boy, monsterAliens, aliensThrown++); };
if (aliensThrown >= 6000)
then {
resolveDilemma(boy);
hero =
boy;
find(gurl, hero,bonk); // or use line below for
//riverStyx(hero); //alternative greek tragedy
style end
}
}
|