A simple game from childhood I developed so that I didn't have to carry around paper anymore! This is a SvelteKit rewrite of the original React version.
A 9-board meta game of Tic-Tac-Toe. Each move sends your opponent to the board corresponding to the square you just played. Win three boards in a row to win the game.
npm run devRuns the app in development mode. Open http://localhost:5173 to view it in your browser.
npm run buildBuilds the app for production to the build folder.
npm run previewPreviews the production build locally.