মঙ্গলবার, ১৩ মার্চ, ২০১৮

Simple tic-tac-toe game implementation using min-max algorithm

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

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন

How it feels like reading a book in a kindle reader?

Recently I have a amazon kindle reader as gift from my little brother. Though I am in temptation to have one for 3 years. One of my friend ...