Created
May 24, 2020 14:53
-
-
Save joethephish/27023af46eff1cff340842c96fdbc99c to your computer and use it in GitHub Desktop.
Sorcery-style ink with MAP convention
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> locationA | |
// Maybe in locationA.ink? | |
== locationA == | |
Hello, welcome to location A! | |
- | |
+ Look in the drawer! -> lookInDrawer | |
+ Don't bother -> locationAPart2 | |
= lookInDrawer | |
A key! | |
-> locationAPart2 | |
== locationAPart2 | |
You're probably done with location A | |
* {locationA.lookInDrawer} [MAP: Location B] | |
With the key you unlocked the door! | |
-> locationB | |
* [MAP: Location C] -> locationC | |
// Maybe in locationB.ink? | |
== locationB | |
Hello, welcome to location B! | |
* I'm bored, let's go? | |
- | |
* [MAP: Location C] -> locationC | |
// Maybe in locationC.ink? | |
== locationC | |
Ooh, final boss! | |
+ [fight] | |
- You win. | |
-> END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment