Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Implementation of TicTacToe game from Facebook ReactJS tutorial with further improvements

Notifications You must be signed in to change notification settings

andreyrusanov/tic-tac-toe-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Display the move locations in the format "(1, 3)" instead of "6".
  2. Bold the currently-selected item in the move list.
  3. Rewrite Board to use two loops to make the squares instead of hardcoding them.
  4. Add a toggle button that lets you sort the moves in either ascending or descending order.
  5. When someone wins, highlight the three squares that caused the win.
  6. "Clean and restart" button
  7. Override "next" steps

About

Implementation of TicTacToe game from Facebook ReactJS tutorial with further improvements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published