di-memory-game
v0.0.4
Published
Memory Game
Downloads
1
Readme
Memory Game
«Memory» – is a card game in which all of the cards are laid face down on a surface and two cards are flipped face up over each turn. The object of the game is to turn over pairs of matching cards.
Installing
Clone repository and run:
make install
Or get npm
package:
npm install di-memory-game
Open index.html
file after installation.
Build
make build
Running the tests
make test