LadyPi / tic-tac-toe

[javascript]
0 stars 0 forks source link

Tic Tac Toe #3

Closed cfcrawford closed 8 years ago

cfcrawford commented 8 years ago

Add a method for creating X's and O's on the alternating squares, complete event listener method.

LadyPi commented 8 years ago

-Added ability to create X's and O's -Added '.on 'click' for squares to listen and take selection of square, as eventListener in jQuery.