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.
- Host: GitHub
- URL: https://github.com/js-bhavyansh/tic_tac_toe
- Owner: js-bhavyansh
- Created: 2024-08-13T08:45:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T08:58:53.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T17:15:32.544Z (over 1 year ago)
- Topics: android, java, learning-purposes-only, tic-tac-toe, xml
- Language: Java
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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