Skip to content

khirsch/the-woods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Woods

Development Team:

  • Katrina Hirsch - Project Manager, Lead Front-End Developer
  • Tim Herold - Lead Back-End Developer
  • Sheena Nickerson - Developer
  • Mark Lawson - Developer

Description

The Woods is an interactive story with multiple endings. The story changes depending on the choices made by the reader as they progress through the pages. Javascript calculates the outcome based on conditions attached to their choices. These conditions are either determined randomly or based on the reader's health or inventory items.

Specifications

  • Selecting an option will return the next page.

    • Example input: option 1
    • Example output: page 2
  • Some pages are randomly chosen.

    • Example input: option 1
    • Example output: random page
  • Options can alter player's health.

    • Example input: option 1
    • Example output: player health decreases by 5
  • Options can alter player's inventory.

    • Example input: option 1
    • Example output: add item to inventory
  • Conditions attached to options can determine if options will succeed.

    • Example input: true
    • Example output: add item to inventory
  • Game ends if player health reaches zero.

    • Example input: 0
    • Example output: game over
  • Game ends if a certain page is reached.

    • Example input: page 4
    • Example output: game over
  • Reset option can reset the game.

    • Example input: option 1
    • Example output: page 0

Setup/Installation Instructions

  • Copy the repository from GitHub
  • Open the index.html file in a browser window
  • Open the console to confirm that JavaScript and jQuery are running (In Chrome, navigate to Menu > More Tools > Developer Tools > Console)

GitHub Pages

This application can be viewed on GitHub Pages here.

Known Bugs

There are no known bugs at this time.

Support and Contact Details

Please report any bugs or issues to katrina.hirsch@gmail.com.

Languages/Technologies Used

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • jQuery
  • Atom
  • Chrome
  • Flaticon

License

Copyright (c) 2016 Katrina Hirsch, Sheena Nickerson, Mark Lawson, & Tim Herold

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Team Week Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published