/NotSoArtificial

Xtreme Tic Toc Toe Tornament

Primary LanguagePython

Xtreme Tic Tac Toe Tornament

NotSoArtificial is an AI bot for Playing Xtreme Tic Tac Toe . The game description is as mentioned in Description.pdf. The bot uses the MiniMax algorithm with Alpha-Beta Pruning and Iterative Deepening Search for planing its actions.

Usage

python simulator.py <option>

option can be:
1 - For a Random Player vs Random Player game

2 - For a Human vs Random Player game

3 - For a Human vs Human game

4 - For a Bot (NotSoArtificial.py) vs Random Player game

5 - For a Human vs Bot (NotSoArtificial.py) game


This bot was built as part of the Artificial Intelligence course at IIIT-Hyderabad.