Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

miry/memogame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

<preview>
  <live_board></live_board>
</preview>

And run script

new Memogame().game.playRound()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published