Burrito Quest II: Rise of Wanda

Final Javascript Project at Epicodus, 4.14.2016

By Mollie Bootsma, Megan Fayer, Kyle Derrick and Jon Nardini

Description

This web app is a text-based game! It's a prequel to the PHP group project from last term (https://github.com/marywarrington/burrito-adventure.git). The adventure begins with a user-controlled Wanda arriving at a party, looking for Randy. The user can then navigate through the game, collected necessary items and passing obstacles on their way to getting their burrito back from Randy (winning) or not (losing).

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links