For a given board game I have written the following minimax search algorithm using alpha beta pruning:
class AlphaBeta(SearchAlgos):
iter_time = ti