/HangmanRails

Hangman... written in Ruby on Rails

Primary LanguageCSS

README

Basic Hangman for Rails forked from https://github.com/kofno/HangmanRails

Requirements

  1. PostgreSQL (it'll just work if your user can login with no password locally.)
  2. brew install postgresql
  3. apt install postgresql

Installation

  1. Install Ruby: rvm install 2.4.6
  2. Install Bundler: gem install bundler
  3. Bundle: bundle install
  4. Create DB: rake db:create
  5. Migrate: rake db:migrate
  6. Profit: rails s

Play

Play