Skip to content

qur786/tic-tac-toe-mobile-app

Repository files navigation

Tic Tac Toe

This is a simple Tic Tac Toe game built with React Native.

Initial Screen Conversion Page
demo.mp4

Description

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.

Features

  • Classic Tic Tac Toe gameplay.
  • Player turn indicator.
  • Game over modal displaying the winner or a draw.
  • Play again functionality.

Installation

  1. Clone the repository.
  2. Run yarn install to install dependencies.
  3. Run react-native run-android or react-native run-ios to start the application.

Usage

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.

Dependencies

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

Contributing

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.