Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 298 Bytes

File metadata and controls

19 lines (16 loc) · 298 Bytes

Ruby CLI Adventure

An attempt to create a text-based command line adventure game in Ruby.

Installation

Install necessary dependencies

bundle install

Testing

Run specs

bundle exec rspec

Enable specs to run each time the current spec file is saved

bundle exec guard