tic-tac-toe-reactjs
v0.0.5
Published
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 th
Downloads
3
Maintainers
Readme
TIC-TAC-TOE implementation using REACT
Features
- Time Travel - Can track and correct from any past step
- Displays the location for each move in the format (col, row) in the move history list.
- Bolds the currently selected item in the move list.
- Adds a toggle button that lets you sort the moves in either ascending or descending order.
- When someone wins, highlights the three squares that caused the win.
- When no one wins, displays a message about the result being a draw.