Make a page that uses HTML and JavaScript that allows two users to play
Tic-Tac-Toe. Make an image for "X", an image for "O", and a starting image
to use before X or O has been selected. The page starts with a three-by-three
board of starting images. The X player clicks on an image to switch it from starting image to X image. The O player doubles clicks an image to switch it
from staring image to O image. (Possible improvements: 1) prevent a user from
changing an X to an O or vice versa; 2) have the page automatically switch
from X to O without using two different events (just click instead of
click and double click; 3) have the page determine if a player has won.)
Memory.gif (image I forgot to post on Tuesday.) Complete one row of the Memory game described in Tuesday's slide show. (Demo it to me
in class or post the files and send me the link.)