lucasamaral / tic-tac-toe

Tic-tac-toe game with computer player using artificial intelligence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-toe

Tic-tac-toe game with computer player using artificial intelligence Implemented using Python

AI implemented using Minimax algorith and Minimax with Alpha-beta pruning

The Minimax method is: def minimax_move(self, player):

The Minimax with Alpha-beta pruning: def alfa_beta_minimax(self, player, alfa, beta):

About

Tic-tac-toe game with computer player using artificial intelligence


Languages

Language:Python 100.0%