simon-schaefer / eligo-reactions

Eligo game for testing and exercising reaction time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eligo reactions game

Eligo game for testing and exercising reaction time

Drag Racing

Keys: [Left] for left block, [Right] for right block, [Down] for equal, [Space] for next exercise

Installation

git clone https://github.com/simon-schaefer/eligo_reactions.git
cd eligo_reactions
virtualenv -p python3 .venv
source .venv/bin/activate
pip3 install -r requirements.txt

Execution

source .venv/bin/activate  # activate virtual environment
python3 main.py  # --debug for further information

About

Eligo game for testing and exercising reaction time

License:MIT License


Languages

Language:Python 100.0%