The Game of Break
Description
This is a game where a window is drawn on the right side of the screen, and a brick is launched at the window from the left side of the screen. Half-way across the screen, the brick becomes invisible. The player needs to try to figure out when the brick will hit the window, and hit the BREAK key just before that occurs. Hitting the BREAK key actually exits the program, but when the player runs the program again, it remembers the previous state and will tell the player how close the brick was to the window. The closer the brick was, the more points the player receives.
If the player hits BREAK too late, after the brick already breaks the window, the player receives zero points for that throw.