Welcome to the Tic Tac Toe game! This is a fun and interactive game that you can play in your free time. You can either play with a friend or challenge the computer.
- Two Player Mode: Challenge your friends to a game of Tic Tac Toe.
- Play with Computer: Don't have someone to play with? No problem! You can play against the computer.
- Clone this repository to your android device or download the apk file.
- Run the application.
- Choose your game mode: Two Player or Play with Computer.
- If you chose Two Player mode, enter Player 1 and Player 2 names.
- If you chose Play with Computer, enter your name.
- Start playing!
The rules are the same as the classic Tic Tac Toe game:
- The game is played on a grid that's 3 squares by 3 squares.
- The first player is O and the second player (or computer) is X. Players take turns putting their symbols on the grid.
- The first player to get 3 of their symbols in a row (up, down, across, or diagonally) wins the game.
- If all 9 squares are filled and no player has 3 symbols in a row, the game is a draw.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.