This is a cross-platform TicTacToe game developed using Xamarin. It allows users to play the classic TicTacToe game on their mobile devices.
- Play against a friend or against the computer
- Simple and intuitive user interface
- Real-time gameplay with interactive board
- Option to restart the game at any time
Untitled.mp4
- Xamarin.Forms
- C#
- .NET
- Visual Studio (or any other Xamarin-compatible IDE)
To get started with the Xamarin TicTacToe Game project, follow these steps:
-
Clone the repository:
git clone https://github.com/FatoomRe/Xamarin-TicTacToe-Game.git
-
Open the project in your preferred Xamarin-compatible IDE (e.g., Visual Studio).
-
Build the solution to restore NuGet packages and ensure all dependencies are resolved.
-
Choose the target platform (Android, iOS, or both) and start the application in the emulator or on a physical device.
-
Play the TicTacToe game by tapping on the desired cells on the board. The game will automatically switch turns between the players.
-
To play against the computer, select the appropriate game mode and enjoy the challenge!
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request. Make sure to follow the existing code style and conventions.