AdvaitGadhikar / TicTacToe

Implementation of the Tic Tac Toe game in Python using two strategies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

Implementation of the Tic Tac Toe game in Python using two strategies as part of the Artificial Intelligence Course CS F407 at BITS Goa

First Order Logic

The TicTacToeFOL file uses First Order Logic to implement an unbeatable Tic Tac Toe player.

Minimax

The Minimax algorithm is used to implement a Tic Tac Toe player in MinimaxTicTacToe.py

Refer to this link for the algorithm http://aima.cs.berkeley.edu/

About

Implementation of the Tic Tac Toe game in Python using two strategies

License:GNU General Public License v3.0


Languages

Language:Python 100.0%