Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.33 KB

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:

git clone https://github.com/CoderBDK/TicTacToe.git

License

This project is licensed under the MIT License. See the LICENSE file for details.