Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 830 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 830 Bytes

TicTacToe

A simple two player game, popularly known as Tic-Tac-Toe built using Android Studio.

Play instructions

  1. Player 1 starts the game with 'X' as his reference followed by Player 2 with 'O'.
  2. 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.
  3. The game proceeds until either 'X' or 'O' occupies an entire row, or an entire column or any one of the diaganol.
  4. The first to occupy wins the game and if not the game would tie.

Screenshots

Homepage

Homepage

Homepage