Lab - Rock, Paper, Scissors

Lab: Rock, Paper Scissors

  • Using Atom, open the folder called rock_paper_scissors in your lesson_13_files folder. You will be using these files as starting off point.

  • Instructions

    • Work in pairs/groups (each student should have their own copy of the app on your computers)

    • Review the completed version of the app (found in folder called rock_paper_scissors_obfuscated) to understand how the app is expected to work

    • Review the Javascript code (found in js/main.js) that you were provided with to help you get started

    • Plan out your approach before coding (using pseudocode, whiteboarding, etc.)

    • Use console.log to print out values to console to help ensure you’re on the right path