A React implementation of Ultimate Tic Tac Toe (Firebase real-time multiplayer support in progress)
- Node.js (v16 or higher)
- npm or yarn
- Install dependencies:
npm install- Start the development server:
npm run dev- Click "Local Single Player"
- Take turns clicking on the game board
- Try to win 3 small boards in a row!
- Win small boards by getting 3 in a row within each 3×3 grid
- Your move determines which board your opponent must play in next
- If the target board is full or already won, opponent can play anywhere
- Win the game by getting 3 small boards in a row!
- If your timer runs out, you automatically lose