Tic Tac Toe Game is a simple online multiplayer game built with Firebase and Jetpack Compose. The game allows two players to play the classic XO (Tic-Tac-Toe) game together in real-time. The app aims to create a seamless and engaging gaming experience with a simple architecture and a focus on real-time functionality.
- Real-time XO gameplay between two players.
- Simple and intuitive UI built with Jetpack Compose.
- Firebase integration for real-time data synchronization.
- Launch the app on your Android device.
- The app will connect both players in real-time to start the game.
- The game screen will display the game board with empty cells.
- Players take turns to place their X or O on the board by tapping on an empty cell.
- The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins the game.
- If all cells are filled and there is no winner, the game ends in a draw.
- After each game, players have the option to start a new game and play again.
- Firebase Realtime Database for real-time data synchronization.
- Jetpack Compose for building the user interface.
- Kotlin for the Android application development.
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Connect the project to your Firebase project.
- Build and run the app on an Android device or emulator.
This project is licensed under the HoneyTeam License, and we welcome contributions from the community. If you find a bug, have an idea for a new feature, or would like to contribute in any other way, please don't hesitate to submit a GitHub issue or pull request.
Enjoy playing XO with your friends online! 🎮