TIC-TAC-TOE APP
This repository contains the source code for a simple Tic Tac Toe game application built for Android using Kotlin. The app allows two players to compete against each other by taking turns placing their symbols (X or O) on a 3x3 grid.
Features:
- Two-player gameplay with "X" and "O" symbols.
- Functionality to place symbols on the grid.
- Win detection for horizontal, vertical, and diagonal lines.
- Reset button to start a new game.
- Clean and user-friendly interface.
Tech Stack:
- Kotlin
- Android Studio