igokulganesh / Tic_Tac_Toe

Classic Tic Tac Toe game with Minimax Algorithm developed using Solar2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Classic Tic Tac Toe game with Minimax Algorithm developed using Solar2D

License:Apache License 2.0


Languages

Language:Lua 86.6%Language:C++ 13.4%