About

This is my project for my website creation class. It uses HTML, CSS, and a tiny amount of JavaScript.

The idea for this website came from text rpgs where the player can write in commands based on their surroundings, but it would've been too complicated to code since it would have to be a whole script to be able to take user inputs and figure out what to do with them. On top of that there would have to be a way to store data, which is not part of this course.

The way this website is coded makes it expandable; it's just a matter of coding the pages to a level and putting them into their own folder. This could potentially make it possible for users to make their own stories and upload them into a directory accessible through the homepage. This is something I might work on later.