Tic Tac Toe

📦 Game 🔨 Svelte 🙎‍♂️ by Madza

Tic-Tac-Toe is a popular two-player game, where users take turns marking 'X'es or 'O's in a 3×3 grid.

The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner.

Features

  1. Built-in moves calculation
  2. Winner detection
  3. Reset functionality

Tech stack

The project is written in Svelte.

Final notes

The project is under MIT license.

Any feature requests are welcomed on GitHub repo.