mosaber7 / TicTacToe_MiniMaxAI

a simple AI tic tac toe game implemented using minimax algorithm to pick the best move

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe_AI game using MiniMax searching algorithm

description?!! Who doesn't know TicTacToe?!

Table of contents

General info

In this app you get to play your favirout game and get beaten by the AI. the AI is implemented using the minimax searching algorithm along with the alpha-beta optimzation! the game also is supported with wonderfull animations to make it more joyfull.

Screenshots

1

2

3

Technologies

  • minimax searching algorithm
  • alpha-beta optimization
  • Lottie animations

Inspiration

Project inspired by classic-computer-science-problems-swift Book.

Contact

Created by @mosaber - feel free to contact me!

About

a simple AI tic tac toe game implemented using minimax algorithm to pick the best move


Languages

Language:Swift 98.4%Language:Ruby 1.6%