Learn to write a Twine adventure
A Miner Problem » Devlog
I get lots of great feedback from my 5e solo gamebook adventures, The Saint's Tomb and A Miner Problem. Every time I post something about them, people ask "Why are there not more of these?" So, here's a quick tutorial in google docs on how to write your own solo adventures: Twine Tutorial. It takes about 30 minutes, give or take based on your previous level of programming knowledge, but it's designed for a total newbie. At the end of the tutorial, you'll have a playable encounter with a wolf and the tools to write more. Once you finish, you can set up an account here on itch.io and publish your work. Have fun and let me know what you make!
A Miner Problem
A gamebook-style fantasy adventure for the 5th edition of the world's most popular tabletop RPG.
Status | Released |
Author | Sayeth |
Genre | Role Playing, Interactive Fiction |
Tags | dnd, Fantasy, Mouse only, Text based, Twine |
Languages | English |
Accessibility | High-contrast |
More posts
- Official Launch of My Second Game!Jul 07, 2021
- A Miner Problem is now complete and being testedJul 06, 2021
Comments
Log in with itch.io to leave a comment.
@sayeth thank you for the adventures and for taking the time to try to educate others to create content. I am working on the test adventure but I can't seem to manage to make it so that the wolf's HP are recorded from one page to the other. In other words, every time I go to the next page it resets to 11. I am using the formula you included (unless: (history:) contains "Attack wolf")[ (set: $HP to 11)] however it was not clear to me where it needs to go. I included it after "HP: " in the wolf's stat block. I am trying to play around with it but have not managed to make it work. Any ideas?
I think there's an error in the code I wrote. It should be
(unless: (history:) contains "Attack the wolf")[ (set: $HP to 11)]
So, "Attack the wolf" not "Attack wolf"
Loved your games, and this tutorial. Thanks!
Thanks! Let me know if you make a game. A few examples of other peoples; works that have come from this tutorial: https://dragonzaid.itch.io/the-restless-ghost and https://jw-allen.itch.io/a-long-rest
I loved your games and the ones you have shown! Do you know anyone else making games like this, so I can play more?
Thanks! The similar games that I know of are mentioned in this post.
So great! Thank you
Dude, this is great!! =)) Gratz!