https://github.com/coderbdk/tictactoe
This is a Tic-Tac-Toe game using jetpack compose
https://github.com/coderbdk/tictactoe
android jetpack-compose kotlin-android mvvm tic-tac-toe tictactoe
Last synced: about 2 months ago
JSON representation
This is a Tic-Tac-Toe game using jetpack compose
- Host: GitHub
- URL: https://github.com/coderbdk/tictactoe
- Owner: CoderBDK
- License: mit
- Created: 2024-07-15T08:46:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T09:50:48.000Z (almost 2 years ago)
- Last Synced: 2025-06-10T05:03:06.776Z (about 1 year ago)
- Topics: android, jetpack-compose, kotlin-android, mvvm, tic-tac-toe, tictactoe
- Language: Kotlin
- Homepage:
- Size: 692 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe Game using Jetpack Compose
This is a simple implementation of the classic TicTacToe game using Jetpack Compose, built for Android.
## Screenshots
## Features
- **Interactive UI**: Utilizes Jetpack Compose for building a modern and interactive user interface.
- **Two Player Mode**: Play against another person on the same device.
- **Computer Mode**: Play against an AI opponent with adjustable difficulty.
- **Online Player Mode**: Challenge an opponent online in real-time.
- **Win Detection**: Automatically detects winning conditions and highlights winning moves.
- **Reset Game**: Option to reset the game and start over.
- **Scalable Design**: The UI is designed to scale properly on different screen sizes.
## Requirements
- Android device running API level 24 (Android 7.0 Nougat) or higher.
## Installation
Clone the repository:
```bash
git clone https://github.com/CoderBDK/TicTacToe.git
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.