Skip to content

AmitJMagar/FIS-Assignment-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FIS-Assignment-2 Min Max Algorithm and Mim Max Algorithm with alpha beta prunning

(Tic-Tac-Toe) Write a Python program, ttt.py that plays tic-tac-toe against a human opponent, with the human player moving first (‘X’).
• The program will show all states of the game board. • Have your program choose its moves use 1) regular Minimax, and 2) Minimax using alpha-beta pruning. Report the chosen move and number of search tree nodes generated by both algorithms.

• Provide a README (text file) explaining how to 1) run your program, and 2) in- terpret the output of your program.

• In your write-up, provide output from two complete games.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages