Organization, ignore binaries
This commit is contained in:
61
example/demo.story
Normal file
61
example/demo.story
Normal file
@@ -0,0 +1,61 @@
|
||||
START
|
||||
|
||||
You are a young boy at a carnival. The Ferris wheel is in front of you and looks tempting. You can also see the dark ride.
|
||||
|
||||
1) Ride the Ferris wheel [WHEEL]
|
||||
2) Ride the Dark ride [RIDE]
|
||||
|
||||
RIDE
|
||||
|
||||
You ride the dark ride. It's not really that interesting and by the time it's over you have to go home.
|
||||
|
||||
THE END
|
||||
|
||||
WHEEL
|
||||
|
||||
You get to the front of the line, and you are placed in a gondola with your school crush. The two of you have
|
||||
been playmates for some time, but you think that you are old enough to be more.
|
||||
|
||||
1) Lean in and kiss them at the top [KISS] (+1 Romance)
|
||||
2) Let the moment pass [NOKISS] (+1 Willpower)
|
||||
|
||||
KISS
|
||||
|
||||
You lean in and give them a quick kiss on the cheek. It's very romantic in the moonlight.
|
||||
|
||||
GOTO AFTERWHEEL
|
||||
|
||||
NOKISS
|
||||
|
||||
You let the moment pass, and instead look out over the hills towards the moon. You feel like
|
||||
anything is possible in your life.
|
||||
|
||||
GOTO AFTERWHEEL
|
||||
|
||||
AFTERWHEEL
|
||||
|
||||
After you get off the Ferris Wheel, it is getting a bit late. You still want to go on the dark ride, maybe with
|
||||
your school crush. You can also go ride the teacups. Or you could just go home.
|
||||
|
||||
1) Go with your crush to the dark ride <Romance 1+> [RIDE_TOGETHER]
|
||||
2) Ride the teacups <Willpower 1+> [TEACUPS]
|
||||
3) Go home [HOME]
|
||||
|
||||
RIDE_TOGETHER
|
||||
|
||||
You ride into the dark tunnel and you can feel your friend squeeze your hand. A warm feeling covers your body.
|
||||
|
||||
THE END
|
||||
|
||||
TEACUPS
|
||||
|
||||
The swirling vortex envelopes you, but you are undeterred. You leave the park feeling like you are ready to take
|
||||
on the world.
|
||||
|
||||
THE END
|
||||
|
||||
HOME
|
||||
|
||||
You return home to your bed. A soft pillow greets you and you dream of the night's festivities.
|
||||
|
||||
THE END
|
||||
13
example/simple.story
Normal file
13
example/simple.story
Normal file
@@ -0,0 +1,13 @@
|
||||
START
|
||||
|
||||
One day Dane took a really big shit.
|
||||
Dane: "Wow, that was a really big shit"
|
||||
|
||||
1) Don't die [NEXT]
|
||||
|
||||
NEXT
|
||||
|
||||
Then he died.
|
||||
Fuck you Dane
|
||||
|
||||
THE END
|
||||
Reference in New Issue
Block a user