This is a simple Tic Tac Toe game app developed using Java in Android Studio.
Tic Tac Toe is a classic two-player game where players take turns marking 'X' or 'O' in a 3x3 grid. The objective of the game is to get three of your symbols in a row, either horizontally, vertically, or diagonally. This app provides a user-friendly interface to play the game with a friend.
- Two-player mode: Play against a friend on the same device.
- Simple and intuitive UI: The game board is displayed in a 3x3 grid, making it easy to understand and play.
- Win detection: The app automatically detects when a player wins or if the game ends in a draw.
To run the Tic Tac Toe app on your Android device, follow these steps:
-
Clone the repository or download the source code from GitHub.
-
Open Android Studio and select "Open an existing Android Studio project."
-
Navigate to the folder where you cloned/downloaded the repository and select the "TicTacToe" folder.
-
Connect your Android device to your computer via USB or use an emulator.
-
Click on the "Run" button in Android Studio, and the app will be installed on your device or emulator.
- Java: The primary programming language used for the app's logic.
- Android Studio: The integrated development environment (IDE) used to build the Android app.
- XML: Used for designing the app's layout and UI elements.
If you have any questions or need assistance with the app, you can contact the developer at:
- Name: [Sahil Sinha]
- Email: [sahilsinha894@gmail.com]
- GitHub: [github.com/xOptimizer]
Thank you for using the Tic Tac Toe app! Enjoy playing with your friends!