Skip to content

Developed an Ultimate 4By4 TIC TAC TOE BOT using minimax search and alpha beta pruning technique. Also a heuristic was developed based on various board positions and dynamic weights according to game situations. A simple system to control attacking and defensive behaviour of bot was also developed.

Notifications You must be signed in to change notification settings

Anirudh5/Ultimate-4by4-TIC-TAC-TOE-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate-4by4-TIC-TAC-TOE-Bot

The game can be run in three modes :

  1. MyBot vs HumanPlayer python simulator.py 1

  2. MyBot vs RandomPlayer python simulator.py 2

  3. MyBot vs YourBot Import you bots class in simulator.py python simulator.py 3

About

Developed an Ultimate 4By4 TIC TAC TOE BOT using minimax search and alpha beta pruning technique. Also a heuristic was developed based on various board positions and dynamic weights according to game situations. A simple system to control attacking and defensive behaviour of bot was also developed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages