Skip to content

React Native application that simulates a multi-device tic-tac-toe game

Notifications You must be signed in to change notification settings

eldercampanha/tic-tac-toe

Repository files navigation

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.

About

React Native application that simulates a multi-device tic-tac-toe game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published