Skip to content

Instantly share code, notes, and snippets.

@charles-passille-smartnets
charles-passille-smartnets / html
Created October 6, 2017 08:36
jquery tictactoe
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</head>
<script>
$(function() {
var board = [];
var cols = 3;