iamchucky / tictactoe

Home Page:http://iamchucky.github.io/tictactoe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http://iamchucky.github.io/tictactoe/

Requirements

  • Implement basic logic: turn-based logic, win calculation, no playing a square that is already occupied, etc.
  • Assume 2 human players (no AI)
  • You can build a 3x3 board size for the UI, but your win logic should support an NxN board size
  • UI design is up to you.

About

http://iamchucky.github.io/tictactoe/


Languages

Language:JavaScript 57.0%Language:CSS 21.6%Language:HTML 21.5%