Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 928 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 928 Bytes

Tic Tac Toe Game

Welcome to our classic Tic Tac Toe game! This application simulates a multi-device tic-tac-toe game.

Features

  • Tree-player mode on the same device
  • Cross-platform compatibility (iOS and Android).

Getting Started

To start playing the Tic Tac Toe game, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/tic-tac-toe.git
  2. Navigate to the project directory:

    cd tic-tac-toe
  3. Install the dependencies:

    yarn install
    
    npm install
    
  4. Run the App:

    yarn android
    yarn ios
    
    npm run android
    npm run ios
    

#Game Play 3 players

game.play_720.mov

License

This project is open-sourced under the MIT License. See the LICENSE.md file for more information.