minimax-search
Here are 91 public repositories matching this topic...
Language:All
Sort:Most stars
Implemented with a simple min-max tree of two depth
- Updated
Nov 25, 2020 - HLSL
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
- Updated
Mar 10, 2023 - Java
🎮 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。
- Updated
Oct 27, 2017 - C++
A generic JAVA implementation of the Minimax algorithm (and derivated...)
- Updated
Jan 12, 2018 - Java
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
A board game framework, focused not on graphics or user interfaces, but on artificial players design, implementation and testing.
- Updated
Sep 22, 2024 - JavaScript
Halma game with an AI player, move validation, and dynamic board sizing
- Updated
May 14, 2018 - Python
Zero + is a Gomoku AI that implements threat space search, minimax with alpha beta pruning optimized with Zobrist and linear sequence cache, Principal Variation Search, and Monte Carlo Tree Search.
- Updated
Dec 14, 2018 - Swift
Othello/Reversi AI - minimax search with alpha beta pruning
- Updated
Dec 13, 2017 - C++
minimax algorithm for chess with alpha-beta pruning
- Updated
Aug 23, 2022 - Jupyter Notebook
A c++ program to play tic-tac-toe with minimax tree. Try to beat and it ;-)
- Updated
Aug 29, 2020 - C++
An advanced AI to play the 2-player board game Othello
- Updated
Jan 14, 2017 - Java
Implementations of artificial intelligence agents that plays Pac-Man
- Updated
Apr 10, 2019 - Python
🥇 Unbeatable Tic Tac Toe game with a README contains very thing about MiniMax algorithms with explanation of it with c++ and js Implementation code
- Updated
Mar 15, 2020 - C++
An AI for a modified Reversi version. The AI works with a game server that manages the game (https://github.com/marcluque/Reversi-Server)
- Updated
Sep 17, 2022 - Java
Tic-Tac-Toe game written in Python and using pyGame; you can play versus another player or the computer on 2 difficulties: normal (random choices) and hard (minimax algorithm)
- Updated
Mar 25, 2021 - Python
Lichess BOT engine
- Updated
Jun 23, 2023 - Python
Chess AI using neural networks to predict move value
- Updated
Dec 19, 2020 - Python
Game of isolation done as part of the Nanodegree program from Udacity
- Updated
Jun 14, 2017 - Python
Improve this page
Add a description, image, and links to theminimax-search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theminimax-search topic, visit your repo's landing page and select "manage topics."