Skip to content

nikhil3456/Agent-for-TicTacToe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of an "TicTacToe" game playing agent for a 4x4x4x4 TicTacToe Game.

  • See the details of the game in the Problem_statement.pdf

Key features

  • Used simple alpha-beta pruning with iterative deepening
  • Used zobrist hash to speed up computation
  • Implementation of Bonus move
  • Used separate update function for the board
  • See strategy.pdf for more information on the strategies used for implementing agent

About

TicTacToe game playing agent for a 4x4x4x4 TicTacToe Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages