A simple Tic Tac Toe game implemented using Jetpack Compose in Kotlin. The game allows a single player to play against an AI.
- Single-player mode against AI
- Detects win and draw conditions
- Simple and intuitive UI
- Restart game functionality
- Clone the repository:
git clone https://github.com/mxd0-0/tic-tac-toe_app.git
- Open the project in Android Studio.
- Build the project to download all dependencies.
- Run the app on an emulator or a physical device.
- Launch the app.
- Play against the AI.
- Take turns to place your mark (X) on the board.
- The AI will automatically make its move (O).
- The game will automatically detect a win or draw condition.
- Press the "Restart" button to start a new game.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.