Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 195 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 195 Bytes

tic-tac-toe-minmax-react

  • Computer used to choose an optimal move for a player assuming that the other player is also playing optimally.
  • Minmax algorithm is used to handle the AI move