Choose Your Own Adventure
Learn how to combine functions, input, and logic into a simple game.
We'll cover the following...
We'll cover the following...
Now that you can build your functions and take input, let’s make something fun: a mini adventure game in which the user chooses the story!
This lesson combines everything we’ve learned: input()
, variables, if
/else
, and functions. ...