Skip to content

VictorVation/ultimate-tictactoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Development

  1. Clone this repo: git clone git@github.com:VictorVation/ultimate-tictactoe.git & cd
  2. Install the our dependencies (gulp): npm install
  3. Make changes in the app directory.
  4. When you're done, build the project by using the default gulp task: gulp
  5. Commit everything. git commit -am "helpful commit message"
  6. Push the dist folder to gh-pages to deploy: git subtree push --prefix dist origin gh-pages.

About

Facebook Hackathon Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.5%
  • CSS 23.5%