Videos:
Scratch:
Pygame:
Documentation:
Scratch:
Pygame:
References:
The Timer: http://programarcadegames.com/python_examples/f.php?file=timer.py
The above link helped us create the timer to put on the window. It was the main program that we used for the timer.
Key Sensor: http://stackoverflow.com/questions/16044229/how-to-get-keyboard-input-in-pygame
The above link helped us setup our key sensor so that when the up arrow was pressed, the timer would stop and tell the user their score.
Welcome Message Creation: http://stackoverflow.com/questions/10077644/python-display-text-w-font-color
The above link helped us figure out how to put text on the screen for when we wanted to put up our welcome message for the user to see.