- Alexander McKillican
- Richard Morad
- Benjamin Sergnese
Precision is an app that will help train your hand-eye coordination, and your reaction time. The game consists of a reaction time test, and an aim trainer where you click targets as they appear. There will be three different modes for the aim trainer.
We will use pygame to set up the game, and we will have a random number generator to decide how long to wait before prompting the user to react and measure that time. We will also randomly generate targets and measure the time it takes to hit the next target. We will use for loops to iterate through the user's inputs. We determine if a target needs to be displayed or if a key is being pressed based on the for loop. We will make use of functions to make our code easier to read and more concise.
Built with
- Pycharm
- Pygame Module
- Random Module
- Openpyxl Module
- Reaction Time Test
- Aim Training
- Flicking
- Spider Shot
- Grid Shot
NOTE: Requires at least Python 3.9.5, Pygame, and Openpyxl to be installed.
To download and run the game, open command prompt (terminal on macOS/Linux) in the directory you want your game to be installed to and run the following commands:
git clone https://github.com/amckillican/Precision.git
cd Precision
Run this to open the game while in that directory:
python Precision.py







