Due: Tuesday, Feb 4
Goal: Gain experience with the timer control
Task: Create a simple Visual Basic game where the user races the computer. There should be two circles on the form and a finish line. One circle will move automatically towards the finish line (use a timer for this). The other circle will only move a small amount when the user clicks on the "Go" button. If the user's circle gets to the finish line first, change the text box so it says "You won" and if the other circle gets to the finsih line first, have the text box diplay "You lost". Try to make the game hard, but not impossible to win.
If you wish you used pictures instead of circles you may.


