minimax-algorithm
Here are 1,619 public repositories matching this topic...
Language:All
Sort:Most stars
Minimax is a AI algorithm.
- Updated
Dec 27, 2023 - Python
Various C# implementations of game AI
- Updated
Aug 21, 2020 - C#
A simple Tic Tac Toe game built using HTML, CSS, and JavaScript. This project allows players to enjoy the classic game in Player vs Player or Player vs AI mode.
- Updated
Jun 3, 2024 - JavaScript
A strong chess engine made in c++
- Updated
Nov 30, 2024 - C++
A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning
- Updated
Oct 29, 2023 - C++
CSE 571 Artificial Intelligence
- Updated
Jan 3, 2018 - Python
A game of checkers written using minmax algorithm and alpha-beta pruning.
- Updated
Oct 3, 2024 - Python
A C++ project in which you can play chess against an AI that uses alpha-beta pruning to predict the optimal move.
- Updated
Mar 12, 2023 - C++
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
- Updated
Mar 10, 2023 - Java
A simple chess game for comparing your moves with other chess engines
- Updated
Sep 3, 2020 - Python
🎮 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。
- Updated
Oct 27, 2017 - C++
My solved challenges and hacks (Go, Python, Java)
- Updated
Feb 10, 2023 - Go
AI bots playing Tic Tac Toe
- Updated
Jul 29, 2022 - Python
a basic adversarial game
- Updated
Jul 25, 2024 - Python
A repository containing codes and algorithms for the AI course 18CSC305J.
- Updated
May 3, 2021 - Jupyter Notebook
Minor Project: The Chess is very well known in domain of Game AI. So is demonstrated using Minimax & Alpha-beta pruning algorithms
- Updated
Sep 22, 2021 - C#
A generic JAVA implementation of the Minimax algorithm (and derivated...)
- Updated
Jan 12, 2018 - Java
A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384 with 34.6% success and an ML model trained with temporal difference learning.
- Updated
Mar 20, 2023 - C++
Web chess game with AI chess bot (minimax algorithm).♟
- Updated
Jun 6, 2021 - JavaScript
Improve this page
Add a description, image, and links to theminimax-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theminimax-algorithm topic, visit your repo's landing page and select "manage topics."