Make a 'Pick-a-path' story game with text fields, if-else logic, and functions
In this tutorial you will learn how to create a "Pick-a-path" story where you can choose your own adventure.
This tutorial builds on concepts learned in these tutorials:
Learning outcomes
What functions are and how to use them
Using text fields and text formatting
if-else statements, conditions and logic trees
local variables, property variables, and global variables.