Skip to content

MacKLess/asylum_zork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asylum Zork

Epicodus Team Project in Ruby

By Kelsey Langlois, L. Devin MacKrell, Tyler Miller, and Dan Nollette

Description

A Zork homage set in a haunted asylum. Built in Ruby Script using Active Record and SQL.

Setup/Installation Requirements

You can play this game online at: stark-eyrie-10328.herokuapp.com. For the best experience, we recommend installing the game on your own machine via the following steps:

  • Clone this repository at https://github.com/MacKLess/asylum_zork.git
  • Ensure you have Postgres installed and running (instructions here)
  • To set up the development database, run the following commands in the project's root directory:
    • bundle install
    • rake db:create
    • rake db:environment:set
    • rake db:migrate
  • After the development database is set up, run ruby app.rb in the project's root directory
  • Open localhost:4567 in your web browser

Specifications

  • User will interact within a asylum based maze using text only input.
  • User will be able to navigate through open doors using cardinal directions or N, E, S, W.
  • User will be able to read notes found in specific rooms using the "read note" command.
  • User will be able to collect items which are then stored in inventory using the "take [item]" command.
  • User will be able to view inventory items by using the "inventory" command.
  • User will be able to use items in specific rooms by using the "use [item] command.
  • User will be able to view the room by using the "look" command.
  • User will be able to review commands by using the "help" command.
  • User will be provided with a score/assessment upon completion of the game.

Known Bugs

  • Multiple users playing the game on Heroku creates errors, as all instances operate on the same database. Since the Heroku app only supports one player at a time, it's recommended that users download and run the app using a local database.

Support and contact details

Please contact kels.langlois@gmail.com, ldmackrell@gmail.com, tylermiller94@gmail.com, or nollette.dan@gmail.com with questions, comments, or issues, or to contribute to the code.

Technologies Used

  • Ruby
  • Sinatra
  • ActiveRecord
  • Postgres

License

Copyright (c) 2017 Kelsey Langlois, L. Devin MacKrell, Tyler Miller, Dan Nollette

This software is licensed under the MIT license.

About

Epicodus Team Project Databases and Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published