Contributors: Lauren Scott, Neal Peters, Eric Stensland, Diana Calvache
Built in Ruby 2.0.0p353 and Rails 4.0.3
Clone the repo Then execute:
bundle install
Start server with:
rails s
Check out project at localhost:3000
rake db:create
rake db:migrate
rake db:seed
Extensive seed file with premade games, maps, and rooms.
rake rspec
- Create a name and description for your map.
- Click on individual boxes in the grid in order to add rooms to your map.
- Each room can be applied a name and description.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request