Basic chess engine made with python.
-
Updated
Aug 1, 2022 - Python
Basic chess engine made with python.
A simple TicTacToe game with MiniMax algorithm and also with alpha beta pruning.
Better alternative to Minimax alpha beta pruning or Expectimax for adversarial search in deep decision trees
This repository contains implementation of bot to play baagchal game using minimax algorithm. The GUI part is drawn using Tkinter.
Add a description, image, and links to the minimax-aplpha-beta-purning topic page so that developers can more easily learn about it.
To associate your repository with the minimax-aplpha-beta-purning topic, visit your repo's landing page and select "manage topics."