/poker-match

A matching game with playing cards written using Phaser.

Primary LanguageJavaScript

intro

Tentatively titled "Poker Match", this is a drag to match style game where the matches are poker-style hands. The valid hands are shown in the instructions on the game page.

This game uses the Phaser game engine.

Demo

dev

Installing new bower dependencies:

bower install --save package
grunt bowerInstall

Watch:

grunt

production

grunt build

This puts the necessary files in dist, at which point I manually created an orphaned gh-pages branch and commit the appropriate files.

testing

Tests are written in Jasmine and run via Karma.

npm install -g karma-cli
karma start --single-run

Media