Develop a website to play a guessing game. The game should involve images and a way for a user to guess which one(s) are "right." Simple and complex versions of the game are given below, but it is your choice as to what kind of game you want to program. NOTE: It is more important that your game work with correct code than for the game to be complex.
Provide the user with a choice between two images. Use a random number to determine which image to show, and then let user know whether they picked the right image or not. Let user play again and keep track of number of wins compared to total number of games.
Arrange a set of images in an n x n display and let the user(s) play a "memory" type game where they try and pick two images that are the same.
10% of your grade will be for creativity in your game.
Upload your final solution to your individual folder in the class store. The name of your folder should be HW3. Your main page must be named index.html.