It's Tic-Tac-Toe, but with nested tic-tac-toe boards in each square, thus making it ultimate. Play it here: Ultimate TicTacToe.
Originally created in 24 hours for the Waterloo Facebook Hackathon, see the original repo at shahmeernavid/Facebook-Hackathon-2014-TicCeption.
- Clone this repo:
git clone git@github.com:VictorVation/ultimate-tictactoe.git & cd - Install the our dependencies (gulp):
npm install - Make changes in the
appdirectory. - When you're done, build the project by using the default gulp task:
gulp - Commit everything.
git commit -am "helpful commit message" - Push the
distfolder togh-pagesto deploy:git subtree push --prefix dist origin gh-pages.
