0.0.5 • Published 5 years ago

tic-tac-toe-reactjs v0.0.5

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

TIC-TAC-TOE implementation using REACT

Features

  1. Time Travel - Can track and correct from any past step
  2. Displays the location for each move in the format (col, row) in the move history list.
  3. Bolds the currently selected item in the move list.
  4. Adds a toggle button that lets you sort the moves in either ascending or descending order.
  5. When someone wins, highlights the three squares that caused the win.
  6. When no one wins, displays a message about the result being a draw.