D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
Kallirroi
Full window
Github gist
tic tac toe
<!DOCTYPE html> <html> <head> <title>recurse center tic tac toe</title> </head> <link rel="stylesheet" type="text/css" href="style.css" /> <body> <h1 id="message"></h1> <canvas id="game"></canvas> </body> <script type="text/javascript" src="index.js"></script> </html>