Modern XO
A premium, modern Tic-Tac-Toe game built with Svelte 5 and Tailwind CSS.
Features
- Modern Stack: Built with Svelte 5 Runes and Tailwind CSS v4.
- Dark/Light Mode: Fully supported themes with persistent preference.
- Advanced Mode: A strategic twist with FIFO (First-In, First-Out) logic - max 3 marks per player!
- Persistent Scores: Your win history is saved automatically.
- Responsive Design: Looks great on desktop and mobile.
- Accessibility: Keyboard navigable and screen reader friendly.
Tech Stack
Getting Started
Install dependencies:
npm install
Start the development server:
npm run dev
Build for production:
npm run build