A collection of Tic-Tac-Toe game variations, built with modern web technologies.
Invite your friends and play the classic version or try out new twists! Play now on tictacfun.live.
- Svelte 5 & SvelteKit
- Tailwind
- Supabase
Familiar with Svelte and want to contribute? Check out contribute.md, pick a game variation, and start building!
- Clone the repository:
git clone https://github.com/ch33kaboo/tictacfun.git cd tictacfun
- Install dependencies:
npm install
- Rename the environment variables file:
cp .env.example .env
- Run the development server:
npm run dev