Merge branch 'master' of https://github.com/thompage/panpsychism
commit
0b339218b6
@ -0,0 +1,29 @@
|
|||||||
|

|
||||||
|
|
||||||
|
# WDI-PANTHALASSA
|
||||||
|
|
||||||
|
---
|
||||||
|
Title: Homework w02d02 <br>
|
||||||
|
Type: Homework<br>
|
||||||
|
Duration: "4:00"<br>
|
||||||
|
Creator:<br>
|
||||||
|
Original creators: WDI-Archer, WDI-Funke, WDI-Meeseeks<br>
|
||||||
|
Adapted by: Kristyn Bryan<br>
|
||||||
|
Course: WDIr Panthalassa<br>
|
||||||
|
Competencies: CSS, HTML, DOM manipulation<br>
|
||||||
|
Prerequisites: CSS, HTML <br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Homework
|
||||||
|
|
||||||
|
1) Finish working on the Lord of the Rings (LOTR) homework that you began yesterday (w02d01).<br>
|
||||||
|
***NOTE:*** This is due Wednesday, May 25th at 10:00 am EDT.
|
||||||
|
|
||||||
|
2) CSS Mockup homework<br>
|
||||||
|
***NOTE:*** This is due Thursday, May 26th at 10:00 am EDT.
|
||||||
|
|
||||||
|
If you finish LOTR and finish coding one of the mockups, please code the second mockup as well.
|
||||||
|
|
||||||
|
If you need a refresher on how to submit your homework, follow [these directions](https://github.com/ga-students/wdi-remote/wiki/Homework-Submission).
|
||||||
|
|
||||||
@ -1,7 +1,9 @@
|
|||||||
# Memory!
|
# Memory!
|
||||||
|
|
||||||
Today we are going to build the game Memory. Write all your code in app.js, but
|
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.
|
||||||
look at index.html to get your bearings.
|
|
||||||
|
Take it one step at a time. Follow these instructions to help get you going.
|
||||||
|
|
||||||
|
|
||||||
### You will need
|
### You will need
|
||||||
|
|
||||||
Loading…
Reference in new issue