Tic Tac Toe

An implementation of Tic-tac-toe game in ReactJS. For AI used the Minimax Algorithm. Deployed on Vercel. Play

Tic-tac-toe game screenshots

Introduction of Minimax

Minimax is a decision rule used in artificial intelligence, decision theory, game theory, statistics, and philosophy for minimizing the possible loss for a worst case (maximum loss) scenario.Originally formulated for n-player zero-sum game theory. Applied in two player games, such as tic-tac-toe, chess, go etc. The algorithm works recursively, delivers an optimal move for the player.

Development stack

  • Client: ReactJS
  • Tools: Vercel

Did you find a bug?

Please report on the issues tab.

GitHub

View Github