Module 3: Make an adventure game in HTML

Objective: exercise your game design skills and teamwork with a simple HTML game.

  1. Game plan
  2. The process
  3. Next time

Game plan

Choose your own adventure meme

Ready to program? Awesome, me too!

Today, we'll embark on your first project, a Choose Your Own Adventure-style game.

If you're not familiar with the book series, the idea is to make a collection of pages for a player to navigate through. On each page, the player will choose some kind of action from a list of choices, each choice represented by a link which leads to other pages, revealing a story. Each page is either an ending with no further choices or a transition page with additional choices for the player to make. Here's an example.

Feel free to be as creative as you want! The only requirements are that pages correctly link together and that each member contributes at least three pages. Projects should be finished by the end of the week.


The process


Next time

Awesome job! Next module will introduce CSS, which will be helpful for adding more visual appeal (colors, backgrounds, layout, etc) to your game. See you then.

Woman typing gif