The Tic Tac Toe App is a classic implementation of the Tic Tac Toe game for Android. This app was created as a learning project to explore Android development with Jetpack Compose.
Features
- Player vs. AI: Play the Tic Tac Toe game against an AI opponent that makes moves after a short delay.
- Dynamic Board: The app features a dynamic game board with a user-friendly interface.
- Real-time Feedback: The UI provides real-time feedback on the current turn, winner, or a draw.
- Restart Functionality: Restart the game with a single click after a win, loss, or draw.