In this unit, coders will create a Choose Your Own Adventure Game. Students will create and modify objects that make up the levels of their game.
- Using pen and paper, create your own flow diagram for your own adventure game.
- If you haven’t already, fork and clone the starter code here and create a new Cloud9 project.
- Project has a “start” level object for the beginning of the game.
- Project includes at least 2 new levels that have at least 2 possible next_level choices.
- The final level(s) leads back to the “start” page to allow users to play again.
Only once you’ve got your game working
- Add a new background image or new background music to your game.
- Change the background image or music in a specific level.
- Create a level with more than 2 choices.
- Once finished, add your project to your portfolio!