The tic tac toe game. The game is designed for two players to play against each other.
Tic-tac-toe is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
The following example game is won by the first player, X:
Game of Tic-tac-toe, won by X
Project involves UIGestureRecognizer, UIView animations, CALayer, UIBezierPath, and CABasicAnimation.


