This is a simple Tic-Tac-Toe game implemented in Android using XML for the layout and Java/Kotlin for the logic. The app provides an interactive and user-friendly interface where two players can compete against each other.
- Interactive Gameplay: Tap on the grid to place your mark (X or O) and play against your friend.
- Responsive Design: The game board is designed using
ConstraintLayout
andLinearLayout
to ensure it looks good on various screen sizes. - Dynamic Status Updates: The game status is updated dynamically to show whose turn it is and when the game is over.
This app was made for learning purposes, focusing on understanding Android development and game logic implementation.

Contributions are welcome! Feel free to submit a pull request or open an issue for any improvements or bugs you find.