MikeMcElroy / petulant-tatertot

Simple game of Memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

petulant-tatertot

Simple game of Memory

How to run it

Make sure you have gulp and karma installed as command line utilities npm install -g karma-cli gulp

  • npm install to pull down dependencies
  • gulp build:src and open build/index.html to view the game with sourcemaps and all.
  • gulp build:dist to build a concatenated/minified version. open dist/index.html will open the same

npm test to run jasmine tests

About

Simple game of Memory


Languages

Language:JavaScript 90.7%Language:HTML 9.3%