/Tic_Tac_Toe

Classic Tic Tac Toe game with Minimax Algorithm developed using Solar2D

Primary LanguageLuaApache License 2.0Apache-2.0

Tic Tac Toe ✖⭕

Classic Tic Tac Toe Game using Solar2D (formely Corona SDK).

Game Modes 💻

  1. Play with Friends
  2. Play with Computer

AI Algorithm 🤖

In Play with Computer mode, Minimax Algorithm is implemented so it will never lose 🎉

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 scenario. When dealing with gains, it is referred to as "maximin"—to maximize the minimum gain.

Sample Run

Download