To install the game:

1- Open Android studio 2- Select "Checkout project from version control" 3- Click "Clone" on this page and paste the link into Android Studio

androidAppTesting

Tic-tac-toe is a paper-and-pencil 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.

Additional Requirements:

  • If you will win the game (Player 1) : You will observe a pop-up "Player One wins! congratulations"
  • If computer will win the game (Player 2) : You will observe a pop-up "Player Two wins! congratulations"
  • If you will draw the game (Player 1) : You will observe a pop-up "Draw! Try it again"

After all results, game will restart.