An open API service indexing awesome lists of open source software.

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

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


Screenshot 1
Screenshot 1
Screenshot 2
Screenshot 3

## 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.