tic tac toe

  1. Player 1

    Add name

  2. Player 2

    Add name

Tic Tac Toe is a classic, turn-based game between two players. To win, be the first to place three of your game pieces consecutively in a row, column, or diagonal.

Technical notes This is a client-based application written in pure JavaScript, HMTL, and CSS with no backend. Check out the GitHub repository
Colophon This project is part of 25x52, an initiative to launch 25 projects in 52 weeks. The game is adapted from Academind’s 100 Days of Web Development.