Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 383 Bytes

A tic tac toe game built with React with features:

-Indicates when a player has won the game,

-Stores a game’s history as a game progresses,

-Allows players to review a game’s history and see previous versions of a game’s board.

Mar 8 updated:

-Reset button added which can reset the game with refreshing histories

-Tie status of game is added if no winner after 9 turns