TicTacToe

A simple android implementation of the common game TIC-TAC-TOE.

The main screen starts opens up after a simple animation.

The main screen has the four options : play single match, play tournament mode, instruction page and an exit option which opens up a dialog box on clicking it.

The game screen has a 3x3 grid, along with a section for logging scores of X player, Y player and number of ties. Clicking reset button clears all the scores.

A toast is displayed whenever any player wins and the scorecard is updated

In the tournament mode, you decide the number of matches previously and play for that many matches.

At the end of the number of matches selected, a dialog box displaying the winner pops up.