Pi-cision Shooting is a Raspberry Pi powered hockey accuracy shooting competition. Players compete to see who can knock back targets mounted in each corner of a hockey goal the quickest. The GPIO pins on the Raspberry Pi are connected to a Magnetic Door Switch Set mounted on each target so that it is able to monitor when a target has been hit. A full parts list and a description of the project itself can be found in this blog post.
Pi-cision Shooting earned the title of Most Creative during the 2017 ReadyTalk Pi Day Hackathon
pip install -r requirements.txt
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install matchbox-keyboard
From the scripts
directory run:
./target.py
From the scripts
directory run:
./app.sh
-
Update the paths in
assets/Pi-cisionShooting.desktop
to the location of the cloned repo -
Copy the .desktop file to your desktop directory:
cp assets/Pi-cisionShooting.desktop /home/pi/Desktop
A full parts list and description of building the rig can be found in this blog post.