https://github.com/miry/memogame
https://github.com/miry/memogame
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/miry/memogame
- Owner: miry
- Archived: true
- Created: 2012-06-16T17:38:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T23:14:37.000Z (over 11 years ago)
- Last Synced: 2025-02-16T14:25:28.954Z (over 1 year ago)
- Language: CoffeeScript
- Size: 177 KB
- Stars: 2
- Watchers: 3
- 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()
```