Cesurhan / pancake-instructions

Instructions program for cooking pancake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pancake Instructions

A little program that prints out all the steps to cook your pancake recipe with Ruby.

screen shot 2017-05-05 at 13 28 31

Steps

These are the steps I followed when working on this program:

  1. Create helper methods
  2. Define ingredients
  3. Print out the ingredients
  4. Ask user for check if ingredients are ready
  5. Define the Recipe Steps
  6. Print out the Steps
  7. Define the Steps Actions
  8. Check if user ready for next step
  9. Iterate through each of the steps
  10. Print done with cooking message

Running Locally

Make sure you have Ruby installed.

git clone git@github.com:Cesurhan/pancake-instructions.git
cd pancake-instructions
ruby pancake.rb

Related documentation

For more information about Ruby, see the documentation link below:

About

Instructions program for cooking pancake.


Languages

Language:Ruby 100.0%