Recently I have implemented tic-tac-toe game for my Artificial Intelligence Lab. For this purpose I have followed this article for enriching min-max algorithm knowledge and to get insight of tic-tac-toe actions.
https://www.neverstopbuilding.com/blog/2013/12/13/tic-tac-toe-understanding-the-minimax-algorithm13
Here is my C++ code for this article's pseudo code.
https://github.com/avijit1258/AI_lab_codes/blob/master/tic_tac_toe.cpp
For better learning of alpha-beta pruning kindly follow Artificial Intelligence: A modern Approach By Peter Norvig and Russel
https://www.neverstopbuilding.com/blog/2013/12/13/tic-tac-toe-understanding-the-minimax-algorithm13
Here is my C++ code for this article's pseudo code.
https://github.com/avijit1258/AI_lab_codes/blob/master/tic_tac_toe.cpp
For better learning of alpha-beta pruning kindly follow Artificial Intelligence: A modern Approach By Peter Norvig and Russel
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন