coffeejunk / 104-hangman

Starter Code for the Fix your First Bug challenge! :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skillcrush 104 Hangman

  1. Clone the repo:

    git clone https://github.com/coffeejunk/hangman.git
    
  2. Install all dependencies

    bundle install
    
  3. Play!!

    On mac:

    bundle exec exe/hangman
    

    On Windows:

    bundle exec ruby exe/hangman
    

About

Starter Code for the Fix your First Bug challenge! :)

License:MIT License


Languages

Language:Ruby 97.5%Language:Shell 2.5%