Skip to content

An AI bot that plays a 4*4*4*4 extension of Ultimate Tic-Tac-Toe.

Notifications You must be signed in to change notification settings

nealkarpe/Extreme-Tic-Tac-Toe-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extreme Tic Tac Toe

  • The rules can be found in rules.pdf.
  • The bot calculates the most optimal move using minimax algorithm with alpha-beta pruning, and a smart heuristic evaluation function.
    • Complete strategy is available in strategy.pdf.
  • Run python simulator.py to see the playing options. To play the game, run python simulator.py <option>.
    • python simulator.py 4 for playing against the bot.

About

An AI bot that plays a 4*4*4*4 extension of Ultimate Tic-Tac-Toe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages