Skip to content

armenavanesi/tic-tac-toe

Repository files navigation

Tic Tac Toe Expo App

A configurable Tic Tac Toe game built with Expo, supporting dynamic board sizes. The game uses two main React components for the UI and handles the game logic via utils/TicTacToe.ts. Lottie animations are used to enhance the user experience.

Preview

RPReplay_Final1729675663.mov

Getting Started

  1. Install Expo Go:

  2. Clone and Install:

    git clone https://github.com/armenavanesi/tic-tac-toe.git
    cd tic-tac-toe
    yarn install
  3. Start the app:

    yarn start
  4. Run on Expo Go:

    • After running yarn start, a QR code will appear in your terminal or Expo DevTools in your browser. Scan the QR code with the Expo Go app on your mobile device to load the app.

Running Tests

Tests are automatically run on every new commit via a GitHub Actions workflow.

To run unit tests locally:

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published