A minimal Tic Tac Toe game built with Svelte 5 and SvelteKit.
npm install
npm run dev
Then open localhost:5173 in your browser.
src/routes/+page.svelte — the game UIpackage.json — project manifestsvelte.config.js, vite.config.js — configsFeel free to customize further or add new features!