From ac7bbfb68e2305b5596f166b047c1e383b5405ee Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 23 May 2016 18:10:17 -0400 Subject: [PATCH] Update README.md --- unit_01/w02d04/homework/memory_starter/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/unit_01/w02d04/homework/memory_starter/README.md b/unit_01/w02d04/homework/memory_starter/README.md index 89b0ef4..6e09bd0 100644 --- a/unit_01/w02d04/homework/memory_starter/README.md +++ b/unit_01/w02d04/homework/memory_starter/README.md @@ -1,7 +1,9 @@ # Memory! -Today we are going to build the game Memory. Write all your code in app.js, but -look at index.html to get your bearings. +Tonight you are going to build the game called: [Memory](https://en.wikipedia.org/wiki/Concentration_(game)). We have provided you with a few starter files. You will look at the `index.html` to set up your physical board and cards, but write the code in your `app.js` file to get your game to work. + +Take it one step at a time. Follow these instructions to help get you going. + ### You will need