...

/

Choose Your Own Adventure

Choose Your Own Adventure

Learn how to combine functions, input, and logic into a simple game.

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. ...