This is a simple Tic Tac Toe game built with React Native.
![Initial Screen](https://private-user-images.githubusercontent.com/79472606/297062867-b9a48557-6dd7-4d12-a5e6-20352e00d167.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzI3NTksIm5iZiI6MTczODk3MjQ1OSwicGF0aCI6Ii83OTQ3MjYwNi8yOTcwNjI4NjctYjlhNDg1NTctNmRkNy00ZDEyLWE1ZTYtMjAzNTJlMDBkMTY3LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIzNTQxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMwNzIxODMyNzg5ZDQzMGY4OWMzMzVkNmExYjFmNDFjZTE1ZDAwMjcyNzVkMzBmZWVhYTgxNmFhNGJiZjk3MjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.R-nEFZLpnWYBMHu2HgXgvs0dA49W0bPAQSzz8bri2Hs)
![Conversion Page](https://private-user-images.githubusercontent.com/79472606/297062851-5860dc26-3852-4bee-8b47-523774d9bdc7.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzI3NTksIm5iZiI6MTczODk3MjQ1OSwicGF0aCI6Ii83OTQ3MjYwNi8yOTcwNjI4NTEtNTg2MGRjMjYtMzg1Mi00YmVlLThiNDctNTIzNzc0ZDliZGM3LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIzNTQxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFhMDQxODM5YTQ0ODJkMTZhZDBjNjQxZWM2MTQ3ODBkYTc1MGFmZWI3ZmE4MmIxOWJlYjA2YjVmNjkxMDYwOGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._Z47EoAs5JWCDV0Xb302ew1VOv8d80FnADO-so3ie4g)
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.