Skip to content

Cesurhan/pancake-instructions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages