This is a simple Tic Tac Toe game developed for Android devices using Kotlin. The game features two-player gameplay, intuitive touch controls, clear win/loss/draw indications, and auto reset.
- Two-player gameplay
- Intuitive touch controls
- Clear win/loss/draw indications
- Auto reset
- Clone or download this repository.
- Open the project in Android Studio.
- Build and run the app on an Android device or emulator.
- Players take turns tapping on empty cells to place their marks (X or O).
- The first player to get three of their marks in a row (horizontal, vertical, or diagonal) wins.
- If all cells are filled without a winner, the game ends in a draw.
- Pull requests are welcome!