Skip to content

Instantly share code, notes, and snippets.

@eshimel
eshimel / counter.js
Created October 7, 2015 14:02 — forked from gaand/counter.js
//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

Tic-Tac-Toe

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.

License.

@eshimel
eshimel / Tic-Tac-Toe Quick Game.markdown
Created October 9, 2015 18:16
Tic-Tac-Toe Quick Game
@eshimel
eshimel / Pure CSS Tic-tac-toe.markdown
Last active October 9, 2015 18:26
Pure CSS Tic-tac-toe

Pure CSS Tic-tac-toe

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.

License.