(set: $health to 0)
(set: $happiness to 0)
(set: $sleep to 0)
<div class="title">Adventure Time</div>
<div class="subtitle">The Epilogue</div>
[[Come along with me! ->Name?]]
<audio autoplay loop>
<source src="https://katiecha.github.io/new-media/twine-files/audio/Adventure%20Time%20_%20Opening%20Theme%20(English)%20(HD).mp3" type="audio/mpeg">
</audio>
(link: "by Katie Chai")[(https://katiecha.github.io/new-media/)]
After the Gum War ended, the Land of Ooo finally found peace.
[[Continue -> Intro1]](set: $name to (prompt: "What is your name?", ""))
Hello, $name!
[✰Credits✰](mouseover: "Credits")[
This game uses visuals and audio from Adventure Time by Pendleton Ward from Cartoon Network.
Special thanks to @eriko on SoundCloud for the main audio!]
<audio autoplay loop>
<source src="https://katiecha.github.io/new-media/twine-files/audio/Adventure%20Time%20-%20Island%20Song%20With%20Lyrics.mp3" type="audio/mpeg">
</audio>
{
(link: 'Continue')[
<script>setup.audio.el.play()</script>
(goto: 'Intro')
]
}It’s been 1 month since Finn passed away.
[[Continue -> Character]] (set: $health to $health + 2)
//I wonder how Jake is doing?//
[[Continue -> Jake]] Finn and Jake grew up together.
[[Continue -> Jake Background 1]]
Now that Finn is gone, Jake doesn't know what to do.
What should he do to feel better?
[[Take a nap -> Nap]]
[[Take a walk -> Walk]](set: $health to $health + 1)
(set: $sleep to $sleep + 1)
<div class="wrapper">
<div class="opacity">
🐶Jake the Dog
Health level: $health
Happiness level: $happiness
(if: $sleep > 3)[Jake's been sleeping for a concerning amount of time
[[Continue -> Lady]]
]
(else:)[[Continue -> Jake Background 1]]
</div>
</div> (set: $happiness to $happniess + 1)
<div class="wrapper">
<div class="opacity">
🐶Jake the Dog
Health level: $health
Happiness level: $happiness
[[Continue -> Walking]]
</div>
</div> (live: 1s)["나는 당신에 대해 걱정"
//Lady is worried about Jake.//
]
(live: 4s)["신선한 공기를 쐬자"
//She wants to take a walk outside.//
]
(live: 7s)[
[[Go with her]]
[[Stay]]
]
Jake and Lady start walking.
[[Continue -> Candy Kingdom]]<!-- Set the text to show -->
(set: $typewriterText to "crreak")
{
(set: $typewriterPos to 1)
|typewriterOutput>[]
(live: 100ms)[
(append: ?typewriterOutput)[(print: $typewriterText's $typewriterPos)]
(set: $typewriterPos to it + 1)
(if: $typewriterPos is $typewriterText's length + 1)[
(stop:)
]
]
}
[[Continue -> Stay1]]<!-- Set the text to show -->
(set: $typewriterText to "CRRREEAK")
{
(set: $typewriterPos to 1)
|typewriterOutput>[]
(live: 75ms)[
(append: ?typewriterOutput)[(print: $typewriterText's $typewriterPos)]
(set: $typewriterPos to it + 1)
(if: $typewriterPos is $typewriterText's length + 1)[
(stop:)
]
]
}
[[Go outside -> Tree House Destroyed]]Years passed and Finn, the human boy, began to age. Eventually, the hero settled down, started a family, and lived a nice life with his best friend Jake…
[[Continue -> Intro2]]<div class="wrapper">
<div class="opacity">
🐶Jake the Dog
Health level: $health
Happiness level: $happiness
[[Continue -> Jake Background]]
</div>
</div>(set: $health to 0)
The treehouse was demolished by a monster!
Jake's life is on the line.
Health level: $health
Happiness level: $happiness
[[Continue -> Death]](live: 2s)[What are you doing here?]
(live: 4s)[[[Continue -> PB1]]]Eventually, they get to the Candy Kingdom where Princess Bubblegum lives.
[[Continue -> PB]](live: 2s)[Jake?]
(live: 4s)[[[Continue -> IceKing1]]](live: 2s)[I've been expecting you.]
(live: 4s)[[[Continue -> Death1]]]He walks for 3 days
[[Continue -> Ice Kingdom]] He walks all the way to the Ice Kingdom where Ice King lives.
[[Continue -> Ice King]]What should Jake ask?
[[Please bring back Finn for me. -> PB's plan]]
[[I miss Finn. -> It's okay]][[Please bring back Finn for me. -> IK2]]What should Jake ask?
[[Please bring back Finn for me.]]
[[Let me say goodbye one last time.]](live: 2s)[I'm sorry. I cannot do that. It was his time to pass.]
(live: 4s)[
[[Let me say goodbye one last time.]]
[[I'll take matters into my own hands. -> PB]]
](live: 2s)[...Okay]
(live: 4s)[
[[Continue]]
](live: 2s)[Jake?]
(live: 4s)[Thank you for visiting me.]
(live: 6s)[
[[Let me show you something.]]
]
You see Finn.
[[Continue -> End]]<!-- Set the text to show -->
(set: $typewriterText to "Finn takes you to the Music Hole. Here you can see the future.")
{
(set: $typewriterPos to 1)
|typewriterOutput>[]
(live: 100ms)[
(append: ?typewriterOutput)[(print: $typewriterText's $typewriterPos)]
(set: $typewriterPos to it + 1)
(if: $typewriterPos is $typewriterText's length + 1)[
(stop:)
]
]
}
[[Continue -> Let me show you something]]<div class="video-outside">
<div class="video-inside">
<video src="https://katiecha.github.io/new-media/twine-files/Come-Along-With-Me.mp4" muted autoplay loop controls height="500px">
</div>
</div><!-- Set the text to show -->
(set: $typewriterText to "PB starts working in her lab to engineer a new Finn for Jake.")
{
(set: $typewriterPos to 1)
|typewriterOutput>[]
(live: 75ms)[
(append: ?typewriterOutput)[(print: $typewriterText's $typewriterPos)]
(set: $typewriterPos to it + 1)
(if: $typewriterPos is $typewriterText's length + 1)[
(stop:)
]
]
}
[[Continue -> Lab Finn]]<!-- Set the text to show -->
(set: $typewriterText to "At the beginning, everything was normal.")
{
(set: $typewriterPos to 1)
|typewriterOutput>[]
(live: 50ms)[
(append: ?typewriterOutput)[(print: $typewriterText's $typewriterPos)]
(set: $typewriterPos to it + 1)
(if: $typewriterPos is $typewriterText's length + 1)[
(stop:)
]
]
}
[[Continue -> Dying Lab Finn]]<!-- Set the text to show -->
(set: $typewriterText to "But then Lab Finn's body started to fall apart.")
{
(set: $typewriterPos to 1)
|typewriterOutput>[]
(live: 25ms)[
(append: ?typewriterOutput)[(print: $typewriterText's $typewriterPos)]
(set: $typewriterPos to it + 1)
(if: $typewriterPos is $typewriterText's length + 1)[
(stop:)
]
]
}
[[ Continue -> Jake PB Sad]](set: $happiness to $happiness - 2)
Jake's mental health worsens.
Health level: $health
Happiness level: $happiness
[[Continue -> Lady Help]]Lady holds Jake's hand.
(live: 2s)["놓아줄 시간이야"
//It's time to let go.//
]
(live: 7s)[
[[Let go]]
](live: 2s)[Jake falls asleep.]
(live: 4s)[[[Continue -> End]]](live: 2s)[It's okay, Jake. I do too.]
(live: 4s)[
[[Please bring back Finn for me. -> PB's plan]]
[[Start moving on]]
](live: 2s)[Jake falls asleep that night.]
(live: 4s)[[[Continue -> End]]](live: 2s)[Take my crown. It might bring him back.]
(live: 4s)[[[Continue -> IK3]]]<!-- Set the text to show -->
(set: $typewriterText to "Jake goes to Finn's grave and places the crown on his head.")
{
(set: $typewriterPos to 1)
|typewriterOutput>[]
(live: 50ms)[
(append: ?typewriterOutput)[(print: $typewriterText's $typewriterPos)]
(set: $typewriterPos to it + 1)
(if: $typewriterPos is $typewriterText's length + 1)[
(stop:)
]
]
}
[[ Continue -> IK4]]<!-- Set the text to show -->
(set: $typewriterText to "Finn is resurrected.")
{
(set: $typewriterPos to 1)
|typewriterOutput>[]
(live: 25ms)[
(append: ?typewriterOutput)[(print: $typewriterText's $typewriterPos)]
(set: $typewriterPos to it + 1)
(if: $typewriterPos is $typewriterText's length + 1)[
(stop:)
]
]
}
[[ Continue -> IK5]]Something is wrong.
[[Continue -> IK6]](live: 2s)[Finn cannot control his powers. ]
(live: 4s)[He releases a swarm of monsters.]
(live: 6s)[
[[Continue -> IK7]]
]
What should Jake do?
[[ Knock off the crown -> Restart]]
[[ Nothing -> Jake's Death]](set: $happiness to $happiness - 1)
Without the crown, Finn dies.
[[Restart? -> Jake]] (set: $health to 0)
Jake is struck by Finn's beam.
His life is now on the line.
Finn removes the crown out of guilt which causes his death.
Health level: $health
Happiness level: $happiness
[[Continue -> Death]]