It is a simple game to check your memory.
memogame.js
- union of all compiled classes/lib/*.js
- compiled files/src/*.js.coffee
- sources of the project, auto each change here,/lib/*.js
andmemogame.js
are regenerated./tests/
- test section/tests/src/*_test.js.coffee
- sources of tests/test/_test.js
- compiled tests/test/tests.js
- union of all compiled tests
bundle
bundle guard
To run tests you should open in browser tests/index.html
Add simple tags to the page.
<preview>
<live_board></live_board>
</preview>
And run script
new Memogame().game.playRound()