Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 463 Bytes

README.md

File metadata and controls

executable file
·
15 lines (9 loc) · 463 Bytes

Recall (Demo)

Written with ReactJS

Test your memory!

Configuration

  • size (5): the size of the matrix
  • numToChoose (9): number of tiles to remember

Other Versions

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.