Assignments over Thanksgiving 2014.
This is A LOT. Your goal is not to complete 100% of this. Go over whatever you feel like going over. It will help you complete the assignment, which is mandatory.
Scroll down for the actual assignment!
- Reintroduction to JS
- JS Garden (more in-depth)
- Underscore JS
- Underscore JS tutorial
- Intro and basics
- Chai and JS testing (we used the BDD assertion style found in http://chaijs.com/guide/styles/ section "Expect")
- Fork and clone this repository
- Add a directory called
memory
cd
intomemory
- Build a memory game like this one, except that instead of images you are going to use strings (numbers, words, etc are all fine), and you only need a start button, nothing else from the sidebar on the right.
- Stage, commit, and push to your fork once done
Bonus section:
- Track and display attempts
- Make the size of the board definable in JS