Just wanted to play some tic tac toe...
Forked from Nate Nevins's Pen Tic-Tac-Toe.
A Pen by Edie Shimel on CodePen.
//Verison 0 | |
'use strict'; | |
var counterFactory = function counterFactory() { | |
return function() {}; | |
}; | |
var firstCounter = counterFactory(); | |
// firstCounter contains a reference to | |
// a new instance of the minimal function |
Just wanted to play some tic tac toe...
Forked from Nate Nevins's Pen Tic-Tac-Toe.
A Pen by Edie Shimel on CodePen.
Created a simple Tic-Tac-Toe game for FreeCodeCamp's curriculum
Updated 09/13: added a function to assist with the click event on different sized screens
A Pen by Jamie King on CodePen.
Made using the TicTacToeGame implementation at http://codepen.io/njmcode/pen/knFoJ.
A Pen by Neil McCallion on CodePen.
I have seen demos of pure CSS Tic-tac-toe games, but I was unable to find a version that truly works. If I have missed it, please send me link, so I can see how another dev has created it.
A Pen by Žiga Miklič on CodePen.