Choose Your Path is both a platform for reading Choose Your Own Adventure type stories, and a method of writing them. We intentionally made the format for writing the story pages extremely basic. If we find that there is sufficient interest in writing stories, I'll consider adding more abilities too (such as randomization or variables).
Before you start:
In order to write story pages, you'll need a very rudimentary understanding of code (which I'll try to explain here) and either a really good memory or some system to remember all the forks in your story. Leeeeena's preferred method is to plan out a story in advance with
Thinking Space, a free Android app which lets you visually map out your story path. The mindmaps are also compatible with some free desktop programs, our favorite being
Freemind. Here's what the maps look like:
Creating a story with multiple pages:
The first step to writing your own story is to click the "Create Your Own Story!" link at the bottom of the list of stories on the main page. This will automatically create a folder with your story's name inside a folder called ChooseYourPath on your phone's internal storage (or the removable SD card if your phone has no internal storage, like the G1, Nexus One, Galaxy S 4G, or Fascinate). You can find the folder by connecting your phone to your computer and browsing to ChooseYourPath, or by navigating to it on your phone with a file explorer app. Both of us like
ASTRO File Manager, which is a free download from Market. If you are having trouble finding the folder, go to the highest level folder you can in ASTRO or any other file manager and search "ChooseYourPath".
We included some sample pages so the story will show up and work as soon as you hit "Create Files". The default files that get created are named "main.txt", "author.txt", "page2.txt", and "The Store.txt". The only file you need to make a story work is "main.txt", which will always be your first page for every story. Keep "author.txt" too if you don't want to be known as Anonymous, and make sure your pen name is in it.
The format for writing pages is very simple. Here is an example of what you might put in "main.txt":
<text>This is the first page to my epic story. It's going to be really cool.</text>
<choice page2.txt>Carry on to page 2!</choice>
<choice page 3.txt>Or will you go to page 3?</choice>
Anything between the
<text> and
</text> tags will appear as the story text in the app, and text outside the tags won't appear at all. The text between the
<choice> and
</choice> tags will appear on a clickable button in the story. You can see there's a page name in the
<choice> tag.
<choice page2.txt> will tell the app to go to "page2.txt" when that button is clicked.
To make more pages, just create new text files in your story's folder and name them however you like. Then you can reference them with the
<choice> tag from other pages. If by mistake you reference a page that doesn't exist (for example, if you have a file called "page25.txt" but you wrote
<choice paage25.txt>), then when you click it in the story you will see an error message and an option to go back to the first page ("main.txt").
Formatting:
Something that's really cool about the
<text> tag is that all of the text that's inside of it supports just about all of the standard HTML tags. So you can use
<b> and
</b> for
bold,
<i> and
</i> for
italics, etc. If you don't know HTML, that's ok too. You don't need to know any at all to write a story as long as you can remember to use the
<text> and
<choice> tags. I do suggest, however, that if you're writing paragraphs, you surround each one with a
<p> and
</p>. This will tell the app to indent the first line of your paragraph for you and put anything after it on a new line.
Things to consider:
Because the app is intended for phones, we suggest a style that uses slightly shorter pages than regular books. When writing the first story, "King's Journey", Leeeeena aimed to try to keep each page at about 1-2 screen's worth of content before presenting a decision, using the default font size. We figure this will allow people to read a page and make a decision without it being a big commitment of time or attention.
That's everything you need to know to get started! If you think you're ready for more advanced features, be sure to check out the options on
this page here. If you're proud of your masterwork and would like to share it with more people, please zip it up and send it to us at [submissions at sudomakemeanapp dot com]. If we like it, we'll include it with the next version!
Trivia: The "King's Journey" folder contains over 100 pages!