Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-sameer701/strike
Experience the classic Tic-Tac-Toe game reimagined for Android! Built from the ground up with Kotlin and Jetpack Compose, this app brings a sleek, responsive interface and smooth gameplay. Challenge a friend in local two-player mode and enjoy a fresh take on the timeless strategy game, all within a modern Android experience.
https://github.com/k-sameer701/strike
android androidapp androidstudio compose game jetpackcompose kotlin kotlin-android tic-tac-toe viewmodel
Last synced: 19 days ago
JSON representation
Experience the classic Tic-Tac-Toe game reimagined for Android! Built from the ground up with Kotlin and Jetpack Compose, this app brings a sleek, responsive interface and smooth gameplay. Challenge a friend in local two-player mode and enjoy a fresh take on the timeless strategy game, all within a modern Android experience.
- Host: GitHub
- URL: https://github.com/k-sameer701/strike
- Owner: k-sameer701
- License: agpl-3.0
- Created: 2024-10-28T07:08:08.000Z (20 days ago)
- Default Branch: master
- Last Pushed: 2024-10-29T06:18:10.000Z (19 days ago)
- Last Synced: 2024-10-29T08:28:39.618Z (19 days ago)
- Topics: android, androidapp, androidstudio, compose, game, jetpackcompose, kotlin, kotlin-android, tic-tac-toe, viewmodel
- Language: Kotlin
- Homepage: https://k-sameer701.github.io/
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Strike
A fun, interactive Tic-Tac-Toe game for Android devices! This game is built entirely with Kotlin and Jetpack Compose, offering a smooth, modern UI experience. Play against a friend locally and enjoy a classic game with a refreshed design on your Android device.
![GitHub release (latest by date)](https://img.shields.io/github/v/release/k-sameer701/Strike)
![GitHub all releases](https://img.shields.io/github/downloads/k-sameer701/Strike/total)## Table of Contents
- [Features](#features)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Developer](#developer)## Features
- **Simple, Modern UI:** Built with Jetpack Compose, the UI is clean, responsive, and intuitive.
- **Dynamic Updates:** The game board updates in real-time with each move, and winner detection happens immediately.
- **Dark and Light Themes:** Choose between dark and light themes to suit your preference.
- **Game Reset:** Restart the game at any time to play another round.
- **Two-Player Mode:** Play with a friend on the same device.## Screenshots
## Installation
[](https://github.com/k-sameer701/Strike/releases/latest)
1. Clone the repository:
```sh
git clone https://github.com/k-sameer701/Strike.git
```
2. Open the project in Android Studio.
3. Build the project to download all dependencies.
4. Run the app on an emulator or a physical device.## Usage
- Launch the game and tap on any square to start.
- Alternate turns between "X" and "O" by tapping on available cells.
- The game automatically detects the winner or if there's a draw.
- Press the "Reset" button to start a new game.## License
This project is licensed under the [GPL-3 License](LICENSE).
## Developer
Strike © Sameer Kumar 2024