Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.
-
Updated
Dec 19, 2020 - Python
Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
Implementation of Tron game Agent using minimax and genetics algorithm.
This repository has all of the programming assignments in the Foundations of Artificial Intelligence class at the University of Southern California in the Fall 2021 semester.
Quarto board game optimized with Genetic Algorithm and MinMax, plus Reinforcement-Learning.
A chess AI (currently in development) made in Python and GUI provided by Pygame.
Used min-max alpha-beta pruning algorithm to make an AI (easy, medium, hard), implemented on the server-side with Django Rest-Framework. Used Angular for frontend.
A minmax based tic-tac-toe game for a school project.
This project is a Python implementation of the classic Pacman game, using the MinMax algorithm for decision making.
Second Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University
Noughts and Crosses Game Application with MinMax Algorithm and Alpha-Beta Pruning Implementation.
Computational Intelligence @ Polito - Project Assignment
Perform unbeatable tic tac toe using min max algorithm
Python Tic Tac Toe with Minimax AI Conquer Tic Tac Toe with an unbeatable AI built using Python and the powerful Minimax algorithm.
Year 3 SemB CS4386 AI Game programming HW2: Implement alpha-beta pruning minmax algorithm with self-designed heuristic evaluation function for both player(Wolves and sheep)to play Wolf eats Sheep Game.
Project using minmax and alpha beta pruning to make ai for tictactoe and connect4 with gui using pygame
AI project bagh-chal game implemented using min-max algorithm
An implementation of AI player for Gomoku.
Add a description, image, and links to the minmax-alpha-beta-pruning topic page so that developers can more easily learn about it.
To associate your repository with the minmax-alpha-beta-pruning topic, visit your repo's landing page and select "manage topics."