Recall (Demo)
Written with ReactJS
Test your memory!
- size (5): the size of the matrix
- numToChoose (9): number of tiles to remember
Note: Must serve from HTTP server since the JSX tranformer manually loads script.js
via an AJAX request. Easiest solution: python -m SimpleHTTPServer
from the project directory.