Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.08 KB

Pyduino Reaction Game Project

pyduino-reaction-game is a SNAPpy project that uses a Pyduino with an LCD shield to test your visual and auditory reaction times.

The SparkFun LCD Button Shield is highly recommended because it works very well with the Pyduino and this library.

Installation

For use in Portal

Download and extract the latest release zip file to Portal's snappyImages directory. By default, this is located at ..\Documents\Portal\snappyImages on Windows.

For use with SNAPbuild

The easiest way to install pyduino-reaction-game for use with SNAPbuild is using pip:

pip install git+https://github.com/synapse-wireless/pyduino-reaction-game.git@master --process-dependency-links

Alternatively you can clone or download and extract the source, and install it:

pip install ./pyduino-reaction-game --process-dependency-links