Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miry/memogame
https://github.com/miry/memogame
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/miry/memogame
- Owner: miry
- Created: 2012-06-16T17:38:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T23:14:37.000Z (over 9 years ago)
- Last Synced: 2023-03-10T23:08:33.403Z (over 1 year ago)
- Language: CoffeeScript
- Size: 177 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
It is a simple game to check your memory.
## Structure of the project
* `memogame.js` - union of all compiled classes
* `/lib/*.js` - compiled files
* `/src/*.js.coffee` - sources of the project, auto each change here, `/lib/*.js` and `memogame.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## Development
* `bundle`
* `bundle guard`## Test
To run tests you should open in browser `tests/index.html`
## Usage
Add simple tags to the page.
```html
```
And run script
```javascript
new Memogame().game.playRound()
```