Rough draft
Home page: Something to visually introduce the characters and set the tone for what the website is about. (Fantasy, adventure, etc) Maybe a campfire, night setting with the characters gathered around the flames with their armour and weapons. A welcome message and a text box for "players" to input their name. A selection process after a name is entered, where users can chose a character. Cycle through choices? Backstories? All details to add once the skeleton design is made. Can't get too hung up on these details just yet. Next page: A dialogue scene. Maybe the user is new to the group and there's some back and forth about the groups destination. Maybe try to implement a response by having the user print() some dialogue. To make it match the dialogue and semi-script, the answers should be pre-chosen and the user has to insert them into a print() statement, like games with multiple choice interaction. Too complicated to d...