This is a simple Tic Tac Toe game built for the Android platform. It allows users to play the classic game of Tic Tac Toe against an AI opponent or another player. The app provides an intuitive user interface and an enjoyable gaming experience.
Here are a few screenshots of the app in action:
- Single-player mode: Play against an AI opponent with different difficulty levels.
- Multiplayer mode: Challenge your friends and play against each other on the same device.
- Simple and intuitive user interface: Easily tap on the desired cell to make a move.
- Winning detection: The app automatically detects when a player has won the game.
- Game statistics: Keep track of the number of wins, losses, and draws for each player.
-
Clone the repository using the following command:
git clone https://github.com/XNCoders/Tic-Tac-Toe.git
-
Open the project in Android Studio.
-
Build and run the project on an Android device or emulator.
- Launch the app on your Android device.
- Select the game mode: single-player or multiplayer.
- If playing in single-player mode, choose the difficulty level.
- Start the game and take turns making moves by tapping on the desired cell.
- The app will automatically detect and announce the winner.
- Play again by tapping the "New Game" button.
Contributions to the Tic Tac Toe Android App are welcome. If you find any issues or would like to add new features, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make the necessary changes and commit your code.
- Submit a pull request with a detailed description of your changes.
For any inquiries or suggestions, please contact the project team at Issues section.
Feel free to visit our GitHub repository to explore the source code and contribute to the project.
Thank you for using the Tic Tac Toe Android App! We hope you enjoy playing the game.