/tic-tac-toe

This is a simple implementation of the classic Tic Tac Toe game using React. The game consists of a 3x3 grid where two players take turns to place their marks ('X' or 'O') in an attempt to get three in a row horizontally, vertically, or diagonally.

Primary LanguageJavaScript

Watchers