Skip to content

Latest commit

 

History

History
executable file
·
73 lines (49 loc) · 1.57 KB

README.md

File metadata and controls

executable file
·
73 lines (49 loc) · 1.57 KB

Adventure Game

Epicodus: 4-day project Project: Monday, July 23rd, 2018

Will Swanson, Eric Shull, Craig Wann, Nick Brown


Description

A web-based Adventure Game! You have entered a hunted house to find the door shut and locked behind you. Use the command prompt and the room navigation to search through the house in order to escape the house and gain your freedom.


## Setup/Contribution Requirements
  1. Clone the repo
  2. From the root of the repo run the following commands:
rake db:create
  1. Populate the database
rake db:migrate
  1. run the application
ruby app.rb
  1. Copy and paste the localhost file from the command prompt into your browser's url
localhost:4567

Design

schema goes here

(player page goes here)

The room images were custom made using illustrator so that the room's perspective matches the door navigation.(example room here)


Technologies Used

  • Ruby 2.4.1
  • Sinatra
  • Active Record
  • Toaster Oven

User Stories

  • as a player, I want to be able to move from room to room
  • as a player, I want to be able to remove monsters room
  • as a player, I want to be able open locked doors room

Support and Contact Details

If you have find issues or have questions, ideas to improve the app, or concerns. Please feel free to submit and issue to the github in the issues page.


License

This software is licensed under the MIT license.

Copyright (c)2018 Will Swanson, Eric Shull, Craig Wann, Nick Brown