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

https://github.com/js-bhavyansh/tic_tac_toe

Simple Tic-Tac-Toe Android app built for learning and practicing game development.
https://github.com/js-bhavyansh/tic_tac_toe

android java learning-purposes-only tic-tac-toe xml

Last synced: about 2 months ago
JSON representation

Simple Tic-Tac-Toe Android app built for learning and practicing game development.

Awesome Lists containing this project

README

          

# Tic-Tac-Toe Android App
This is a simple Tic-Tac-Toe game implemented in Android using XML for the layout and Java/Kotlin for the logic. The app provides an interactive and user-friendly interface where two players can compete against each other.

## Features
- **Interactive Gameplay:** Tap on the grid to place your mark (X or O) and play against your friend.
- **Responsive Design:** The game board is designed using `ConstraintLayout` and `LinearLayout` to ensure it looks good on various screen sizes.
- **Dynamic Status Updates:** The game status is updated dynamically to show whose turn it is and when the game is over.

## Purpose
This app was made for learning purposes, focusing on understanding Android development and game logic implementation.

## Screenshots
Second Screenshot

## Contributions
Contributions are welcome! Feel free to submit a pull request or open an issue for any improvements or bugs you find.