Skip to content

Instantly share code, notes, and snippets.

@Pastyguy
Pastyguy / gist:4850ee36785fd5f50d2f
Created December 22, 2014 03:20
code for this tic tac toe game in html 5 with canvas's
<!DOCTYPE html>
<html>
<head>
<!-- The code for this tic tac toe game was created by fromTheSprawl from www.dreamincode.net I just tweeked it a little and learn how the code works.
Link
http://www.dreamincode.net/forums/topic/247361-simple-tic-tac-toe-using-html5-css3-and-javascript/