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

https://github.com/zainnasrullah/reaction-time-experiment

playing around with the idea of a reaction time game
https://github.com/zainnasrullah/reaction-time-experiment

Last synced: 2 months ago
JSON representation

playing around with the idea of a reaction time game

Awesome Lists containing this project

README

        

# Reaction Time Experiment

### Background
A simple game to test your reaction time to key presses which also
generates some nifty stats about your performance.

### Installation

- Create a new python environment

- Activate it

- Do one of:
- `pip install -r requirements.txt`
- `pip install numpy pandas matplotlib seaborn readchar`

### Usage

1. Open a new terminal window
2. Navigate to the project root
3. Activate your python environment
4. Run main.py using python: `python main.py`