Skip to content

AceCentre/Snap-ReactionTest

Repository files navigation

Snap! - Reaction test game

A simple game that uses images to ask a user to test their reactions. View the finished example here: http://code.willwa.de/reaction-test-01/

Note - Press space bar When you see a match!

With thanks to Arasaac for the symbols used in this game.

Install

Requires node v7.2 or above

$ npm install
$ bower install

Open test page

To run test page in development environment run the following command.

$ npm run dev

Build for distribution

After running the following command dist/ directory will get created.

$ npm run build