AI Bot to play Xtreme Tic Tac Toe with other bots/human player. Developed as a part of AI coursework.
- Xtreme TicTacToe game is an extension of 3x3 Ultimate TicTacToe, by involving 2 boards and different set of rules (defined in
Rules.pdf
). - The bot uses search techniques like minimax algorithm with alpha-beta pruning and heuristic evaluation functions to return the best possible move within permitted time.
- The game runs on the terminal itself using
Python 2
.
simulator.py
is the interface which is run, which allows bot Vs human or human Vs human matches to be played.- Type
python simulator.py
on the terminal, to get instructions to run the simulator properly.- See options
4
and5
in the description to play against the bot
- See options
- To start playing, enter following on the command line:
foo@user:~/$ python simulator.py <option>