TicTacToe

classic tic-tac-toe game

Tic Tac Toe Game built using React framework. This was a fun little side project to get some more experience working with React.

Tech Stack React

Easily go through previous moves and sort the moves in whichever order you prefer.

Features

  • Automatic Winner Detection: The game instantly determines the winner as soon as a player meets the win conditions, so there’s no need to manually check.
  • Time Travel Feature: You can jump back to any previous move in the game by selecting it from the list on the side.
  • Move History: The game keeps track of every move, letting you review and analyze the entire game at any time.
  • Sort Moves: You can sort the list of moves in either ascending or descending order, depending on your preference.