Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 371 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 371 Bytes

TTT/ TicTacToe

Originally wrote in Python version (initial implementation):

  • utlizes the minimax algorithm to get the best possible move
  • this web version utilizes dom manipulation and offers 3 different ways to play (either vs ai, rand(), or a 2player)

future TODO:

  • alpha beta pruning to optimize minimax branching