D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
radiocontrolled
Full window
Github gist
ticTacToe
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>TicTacToe</title> </head> <body> Open your console to play. <script src="script.js"></script> </body> </html>