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
- Host: GitHub
- URL: https://github.com/zainnasrullah/reaction-time-experiment
- Owner: ZainNasrullah
- Created: 2019-12-03T01:24:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T23:41:28.000Z (over 5 years ago)
- Last Synced: 2024-12-20T03:47:41.971Z (6 months ago)
- Language: Python
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`