Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 491 Bytes

TicTacToe

The goal of the lesson is to create a AI impossible to win in TicTacToe.

Live demo 👉 : https://supertgo.github.io/TicTacToe/

O que eu eu aprendi

  • Create a web page with no global variables.
  • Create a AI using the minimax method.
  • Create a fake opacity with section.
  • I discovered the setTimeOut function.
  • I discovered how tho reload the page.