image thumbnail

updated 1 year ago

AI for a game called chomp by Abhilash Harpale

this program uses the minimax algorithm for playing chomp.open the file create_tree for instrutions. (game, puzzle, chomp)

[output]=create_sub_tree(current_state,player,i,m,n)

output=next(current_state,j,m,n)

output=solve_tree(tree)

Contact us