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.
RPReplay_Final1729675663.mov
-
Install Expo Go:
-
Clone and Install:
git clone https://github.com/armenavanesi/tic-tac-toe.git cd tic-tac-toe yarn install
-
Start the app:
yarn start
-
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.
Tests are automatically run on every new commit via a GitHub Actions workflow.
To run unit tests locally:
yarn test