Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 331 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 331 Bytes

Tic-Tac-Toe

  • This classic Tic Tac Toe game is one of freecodecamp front end development projects.
  • Built with vanilla javascript using miniMax algorithm.
  • MiniMax Algorithm based on this tutorial
  • Check it out!