Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 400 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 400 Bytes

Tic Tac Toe with React

Classical game using Mini-Max algorithm where players take turns marking the spaces in the 3×3 grid with X and O containing history of moves of players and the option to play against the computer or another player.
Technologies used: ReactJS with Hooks, JavaScript, HTML, CSS, Material UI, Framer Motion