CYOA Project

Context:

In this project, my partners and I were given the prompt of creating an adventure game with github. The purpose of creating this repository is to practice collaboration and linking files through local repo then pushing it back to remote.

Content:

Through a preference form for the topic we were interested in, I was paired up with Yala and Chin for paranormal activities. We started out by creating a planner of folders, files and description that would be included. We were given two options for files: markdown and html, where we begin with markdown files. Incase of not finishing html in time, markdown can be used as backup. When we were satisfied with the folders and files we created, we transferred context from markdowns to html. Changed some of the linking and other minor changes. Then we created a css file for styling so we didn't need to style each file individually. Added colorings, backgrounds, images and all until we were happy with our results . Here's our coding .

Reflection

After transferring context from md to html, I was having trouble with linking. My files weren't linking correctly on my preview and kept showing "[Mess around with tubes](mess.md)" . Delightedly, my partners helped with troubleshooting and clarifies that linking in md and html are different because in html an anchor tag and href is used like < a href="link.com"> Preview < /a >. My biggest takeaway from this project is the importance of communication and groupwork. Like asking each other for help and being honest with how we are feeling with our work. I truely would have been struck without my partners' help. My next steps are practicing more with similar projects to this, during this I realized I had forgetten some materials and reviewed them over.