minmax
Here are 15 public repositories matching this topic...
🏆 Make an AI capable of beating human players at Gomoku
-
Updated
Apr 30, 2018 - C++
Chess engine based on min-max algorithm, iterative deepening and transposition tables
-
Updated
Aug 30, 2020 - C++
-
Updated
Aug 25, 2017 - C++
A MinMax based Othello/Reversi AI for 8x8 & 10x10
-
Updated
Dec 4, 2018 - C++
This is a simple Tic Tac Toe game made with Flutter. It has 2 player and AI feature. The AI is made with the help of Minimax and Alpha-Beta pruning algorithm.
-
Updated
Apr 11, 2024 - C++
A connect four ai in c++ using only stl. You can play against several algorithms with varying levels of difficulty.
-
Updated
Feb 25, 2023 - C++
MinMax algorithm implemented to Gomoku with auto clicker and custom optimization
-
Updated
Jan 10, 2021 - C++
Player vs Computer TicTacToe game where the Computer never loses.
-
Updated
May 1, 2020 - C++
Checkers game: Player vs AI (Minimax with Alpha-Beta), Player vs Player, Over the Network.
-
Updated
Jan 25, 2025 - C++
A Chess AI able to play at an ELO rating of 1300 points
-
Updated
Jan 3, 2023 - C++
Improve this page
Add a description, image, and links to the minmax topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the minmax topic, visit your repo's landing page and select "manage topics."