Project 6.1 Treasure Hunter 

Index Code Tester
Your objective is to create a simple searching game.  Your page should display a 5 by 5 grid. Somewhere in the grid is one treasure.  The user will click on the grid to find the treasure.  If the user clicks on a spot that does not contain the treasure, then the distance to the treasure should be displayed in the grid location.  The page should have several other features.  When the page loads the user should be prompted for their name.  A welcome message should then be displayed.  Additionally a logo for the game should appear on the page.  When the user moves the mouse over the graphic the rules should be displayed.  Your grade will be based on the following:
___ / 10:  It has a 5 by 5 grid.
 
___ / 10:  When the user clicks on the grid, the distance to the treasure should be displayed in the grid.
 
___ / 10:  If the user clicks the location of the treasure, then an alert should appear with a message indicating that the user has won.
 
___ / 10:  When the page loads, the user should be prompted for their name.
 
___ / 10:  After the user is prompted for their name, a welcome message (including their name) should be displayed on the page.
 
___ / 10:  The page should display an image with a logo for the game.
 
___ / 10:  When the user moves the mouse over the logo, the rules should appear where the log is.
EXTRA CREDIT:  You may be given extra credit for additional features.