 |
|
|
 |
Quick start: 85k Applet loading -> Connecting server -> Choose a story -> Open and read it!
|
 |
|
 |
$language = $HTTP_GET_VARS["l"];
if ($language == "") { $language = "en"; }
$country = $HTTP_GET_VARS["c"];
if ($country == "") { $country = "DE"; }
$baum = $HTTP_GET_VARS["b"];
if ($baum == "") { $baum = "-1"; }
$teil = $HTTP_GET_VARS["t"];
if ($teil == "") { $teil = "-1"; }
$port = $HTTP_GET_VARS["p"];
if ($port == "") { $port = "4444"; }
$window = $HTTP_GET_VARS["w"];
if ($window == "") { $window = "false"; }
$resident = $HTTP_GET_VARS["r"];
if ($resident == "") { $resident = "true"; }
$width = $HTTP_GET_VARS["width"];
if ($width == "") { $width = "550"; }
$height = $HTTP_GET_VARS["height"];
if ($height == "") { $height = "55"; }
$button_start = $HTTP_GET_VARS["button_start"];
$button_load = $HTTP_GET_VARS["button_load"];
if (preg_match("/^Mozilla.*Mac.*/", $HTTP_USER_AGENT) && !preg_match("/.*MSIE.*/", $HTTP_USER_AGENT))
{
?>
|
|
 |
Stories recently written further (english language):
include("neubaum_inc.php"); ?>
'fortsatz' is the diploma project by Christian Kessler at the
Academy of Media Arts, Cologne Germany
'fortsatz' is an attempt to create self-developing, branching fiction
authored by people in the web.
'fortsatz' submits the basic structure: from one beginning of each
story a tree of possible plots emerges; each can be read separately.
'fortsatz' enables you to move through these alternative versions, and you are encouraged
to tell the story further by by adding new branchings and continuations.