nasrabadiAM / tictactoe

Another Tic Tac Toe Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe Game (Implemented with Jetpack Compose)

CI-MAIN

Tic Tac Toe is a classic game brought to life with modern technology. This project implements the game using Jetpack Compose for Android UI, following a Test-Driven Development (TDD) approach.

Requirements to Build

  • JDK 8 or higher
  • Android Studio Hedgehog or higher
  • Android Gradle Plugin 8.2

Getting Started

  1. Clone this repository to your local machine.
  2. Open the project in Android Studio.
  3. Build and run the app on your device or emulator.
  4. Enjoy playing Tic Tac Toe.

Features

  • Play Tic Tac Toe with a friend.
  • Track game scores and turns.
  • Support for different screen sizes.
  • Support Material dynamic theme.

Roadmap

Check out our project backlog and roadmap to see upcoming features and improvements we're working on.

Contributing

We welcome contributions from the community! If you'd like to contribute, please follow our contribution guidelines. Feel free to submit a pull request or open an issue for feedback, suggestions, or bug reports.

[Provide any specific guidelines or instructions for contributors.]

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

About

Another Tic Tac Toe Game

License:Apache License 2.0


Languages

Language:Kotlin 99.6%Language:Shell 0.4%