Skip to content

zakini/infinite-tic-tac-toe

Repository files navigation

Infinite Tic Tac Toe

  • Regular tic tac toe
  • When someone wins or draws, nested the whole game into a bigger board

Tech

This is a Next.js app

Local Setup

  1. Install the correct Node.js version (defined in .node-version)
    I use n for this - run n auto
  2. Install dependencies
    npm install
  3. Start the dev server
    npm run dev

Releases

No releases published

Packages

No packages published

Languages