Aim-Trainer
Info: This is an event-based script that is designed to improve a user's aim. It was built using Python Turtle and the Random library.
Instructions: After starting the program, multi colored dots of different shapes and sizes will appear on the screen Each time a user clicks on a dot, the dot will disspaear, an extra point to the score counter will be added. A new dot with a random shape and size will appear elsewhere on the screen. A timer will count down from 60 seconds until it reaches zero. When the timer htis zero, the total socre will be tallied and a final grade will be outputted using a standard A-F distribution.
Enjoy!