Skip to content

CS-492-Final-Project/rosie-if-story

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

active development repo size W3C Validation - https://validator.nu/ Netlify Status

rosie-if-story

🌹CS 492 final project - interactive fiction game made with Twine!

Website Development

This project uses yarn as a package manager, and Svelte as the frontend framework. Tailwind CSS is the preferred method of styling, and prettier for formatting is a part of the repository. Finally, this project is deployed via Netlify.

  1. Clone this repository locally.
  2. In the root of this repository, run yarn install.
  3. Other commands:
    • To start a development server: yarn dev.
    • To create a production version: yarn build.
    • Locally preview the production build: yarn preview.
    • To format: yarn format.
    • To lint: yarn lint.

Twine Story Development

  1. If you haven't already, install Twine.
  2. Clone this repository locally, but do not put it in the same folder as the one that was automatically created by Twine to hold all Twine stories.
  3. All files relating to the story are located in the static folder, in this repository. The CS492-Rosie-IF.html file is the compiled Twine story. To open this story in Twine, head to Library → Import → then choose the aforementioned HTML file.
  4. This will create a copy of the story in the Twine application folder, and any edits you make to the story will impact this copy. This means that to sync to git / GitHub, you need to copy back and replace the file in the repository folder. You can do this when in the story: Build → Publish to File → save to repository folder.

Credits

About

🌹CS 492 final project - interactive fiction game made with Twine!

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •