From e88c915e51e70f5631362ef67584dd62fec24238 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sun, 26 Jan 2025 11:30:46 -0700 Subject: Initial lower map and Inform project --- .gitignore | 10 +++++ .../Source/story.ni | 49 ++++++++++++++++++++++ Leave It Better Than You Found It.inform/uuid.txt | 1 + .../Icon\r" | 0 4 files changed, 60 insertions(+) create mode 100644 .gitignore create mode 100644 Leave It Better Than You Found It.inform/Source/story.ni create mode 100644 Leave It Better Than You Found It.inform/uuid.txt create mode 100644 "Leave It Better Than You Found It.materials/Icon\r" diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a91782 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.DS_Store + +# inform +*Build +*Index +*.plist +*.blurb +*.rtf +*.iFiction +*.skein diff --git a/Leave It Better Than You Found It.inform/Source/story.ni b/Leave It Better Than You Found It.inform/Source/story.ni new file mode 100644 index 0000000..6323906 --- /dev/null +++ b/Leave It Better Than You Found It.inform/Source/story.ni @@ -0,0 +1,49 @@ +"Leave It Better Than You Found It" by Ashelyn Dawn + +Release along with source text, and a website. + +Book 1 - Dramatis personae + +Book 2 - Setting the Scene + +Part 1 - Travel time + +[ Yes this feels like a hack, no we didn't feel like all the behavior already implemented around traveling through doors] +A route is a kind of door. A route is always open and unlocked. A route has time called travel time. + +After going through a route (called the route): + let the arrival time be the time of day plus the travel time of the route; + now the time of day is the arrival time. + +Part 2 - Regions + +Chapter 1 - The Neighborhood + +The neighborhood is a region. The access road, the side yard, the shed, the cabin porch, the fire pit, the ampitheater, the pier, the trail, and the beach are in the neighborhood. + +The access road is southeast of the side yard and south of the cabin porch. + +The shed is inside from the side yard. + +The fire pit is northeast of the side yard and south of the ampitheater. + +The pier is north of the ampitheater and east of the trail. + +West of the trail is south of the beach. + +Section 1 - Fixing the map + +Index map with the shed mapped west of the side yard. + +Index map with beach mapped northwest of the trail. + +Chapter 2 - The Cabin + +Chapter 3 - The Mountain + +Book 3 - Props and errata + +Book 4 - Time and space + +Book 5 - Vignettes + diff --git a/Leave It Better Than You Found It.inform/uuid.txt b/Leave It Better Than You Found It.inform/uuid.txt new file mode 100644 index 0000000..92b2730 --- /dev/null +++ b/Leave It Better Than You Found It.inform/uuid.txt @@ -0,0 +1 @@ +81581C10-1871-4154-BD40-CD037F5E9E9F \ No newline at end of file diff --git "a/Leave It Better Than You Found It.materials/Icon\r" "b/Leave It Better Than You Found It.materials/Icon\r" new file mode 100644 index 0000000..e69de29 -- cgit 1.4.1