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
- Host: GitHub
- URL: https://github.com/acecentre/snap-reactiontest
- Owner: AceCentre
- Created: 2021-06-09T19:37:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T14:09:23.000Z (over 3 years ago)
- Last Synced: 2024-05-21T00:53:22.527Z (over 1 year ago)
- Topics: health, physiology, reaction-time, reaction-time-test, research
- Language: CoffeeScript
- Homepage: https://snap.willwa.de
- Size: 4.46 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```