This is a simple Tic Tac Toe game built with React Native.
demo.mp4
The React Native Tic Tac Toe application allows two players to take turns marking the spaces in a 3x3 grid. The game ends when one player has three of their marks in a row, column, or diagonal, or when the entire grid is filled with no winner.
- Classic Tic Tac Toe gameplay.
- Player turn indicator.
- Game over modal displaying the winner or a draw.
- Play again functionality.
- Clone the repository.
- Run
yarn install
to install dependencies. - Run
react-native run-android
orreact-native run-ios
to start the application.
Once the application is running, you can play the Tic Tac Toe game. Players take turns marking the spaces until a winner is determined or the game ends in a draw.
The project uses the following dependencies:
- react: 18.2.0
- react-native: 0.73.2
- react-native-snackbar: ^2.6.2
- react-native-vector-icons: ^10.0.3
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.