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.
Familiar with Svelte and want to contribute? Check out contribute.md, pick a game variation, and start building!
git clone https://github.com/ch33kaboo/tictacfun.git
cd tictacfun
npm install
cp .env.example .env
npm run dev