Skip to content
#

alpha-beta-search

Here are 8 public repositories matching this topic...

Language: All
Filter by language
alpha-beta-pruning-minmax-checkers

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

Othello Game (Also known as Reversi). It was created with the Minimax algorithm (Alpha-Beta pruning). Allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay

  • Updated May 14, 2022
  • Python

Improve this page

Add a description, image, and links to the alpha-beta-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the alpha-beta-search topic, visit your repo's landing page and select "manage topics."

Learn more