An open API service indexing awesome lists of open source software.

https://github.com/acecentre/snap-reactiontest

Reaction test for human to find difference in set of images
https://github.com/acecentre/snap-reactiontest

health physiology reaction-time reaction-time-test research

Last synced: 4 months ago
JSON representation

Reaction test for human to find difference in set of images

Awesome Lists containing this project

README

          

# 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](http://arasaac.org) 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
```