A simple two player game, popularly known as Tic-Tac-Toe built using Android Studio.
- Player 1 starts the game with 'X' as his reference followed by Player 2 with 'O'.
- With the availability of 9 slots, player 1 starts by choosing any one of the slots and player 2 follows by choosing any one of the remaining slots.
- The game proceeds until either 'X' or 'O' occupies an entire row, or an entire column or any one of the diaganol.
- The first to occupy wins the game and if not the game would tie.