For this assignment, you will write a tic-tac-toe application in
HTML and JavaScript, using an HTML <canvas> tag. The game
will be played "hot seat" where players take turns using the same
device.
Requirements:
The canvas should be 600px tall and wide, with the gameplay
area occupying most of the canvas.
The X's and O's may be drawn using polygons or large-font
text
The grid should be drawn using polygons, specifically long,
thin rectangles
Before & between games, the canvas...