|
How To Play:The game starts when the player first loads the web page. When the game starts, all the boxes are blank (since their images are all set to 'blankbox'.gif).In order to win, the player needs to change all the boxes' colors to be something other than the starting blank, white color. When you move the mouse over a square, the color will change from white to yellow. When the user moves their mouse outside of that square, the color should change back to white, UNLESS the user clicked on the square. When you click on a square, the color will change to red, for 3 seconds. After the three seconds are up, the box will change back to white. For the purposes of the final exam, do you NOT have to detect whether the user has won or not (i.e., you don't have to check if all the boxes are non-red) |