minimax-algorithm
There are 1641 repositories under minimax-algorithm topic.
Cledersonbc/tic-tac-toe-minimax
Minimax is a AI algorithm.
in-op/GameAI
Various C# implementations of game AI
GeorgeSeif/Tic-Tac-Toe-AI
A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning
Alex2262/AltairChessEngine
A top superhuman chess engine made in c++
iamjagdeesh/Artificial-Intelligence-Pac-Man
CSE 571 Artificial Intelligence
dimitrijekaranfilovic/checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
canberkakcali/gomoku-ai-minimax
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
arasgungore/chess-bot
A C++ project in which you can play chess against an AI that uses alpha-beta pruning to predict the optimal move.
huihut/tic-tac-toe
:video_game: 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。
AnshGaikwad/Chess-World
A simple chess game for comparing your moves with other chess engines
yanpozka/solvedchallenges
My solved challenges and hacks (Go, Python, Java)
agrawal-rohit/tic-tac-toe-ai-bots
AI bots playing Tic Tac Toe
s2t2/tic-tac-toe-py
a basic adversarial game
DarshanMaradiya/Unity-3D-AI-Chess
Minor Project: The Chess is very well known in domain of Game AI. So is demonstrated using Minimax & Alpha-beta pruning algorithms
devangi2000/Artificial-Intelligence-Algorithms
A repository containing codes and algorithms for the AI course 18CSC305J.
avianey/minimax4j
A generic JAVA implementation of the Minimax algorithm (and derivated...)
qpwoeirut/2048-solver
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.
hctilg/TicTacToe
TicTacToe Game
arpansahoo/ReactJS-Chess
Web chess game with AI chess bot (minimax algorithm).♟
completejavascript/tic-tac-toe
🎮 Unbeatable Tic-Tac-Toe game using React and Minimax algorithm.
SrinidhiRaghavan/AI-2048-Puzzle
2048 puzzle using minimax algorithm
hennimohammed/parallel_chess_engine
A simple chess engine written in C and parallelized using OpenMP
luccabb/moonfish
Didactic Python Chess Engine that implements: Negamax, PeSTO’s Evaluation, Null Move, Quiescence Search, Lazy SMP.
jganzabal/tic-tac-toe-python-notebook-game
Minimax algorithm for a Tic Tac Toe for Python Jupyter Notebook
ripred/MicroChess
A full featured chess engine designed to fit in an embedded environment, using less than 2K of RAM!
apostolisv/chess-ai
Chess AI using the minimax algorithm in python.
ikramhasan/Impossible-TicTacToe-Ai
An impossible-to-beat tictactoe ai that uses the minimax algorithm. Made using flutter.
NodiraTillayeva/IntroToAI
CS50’s Introduction to Artificial Intelligence with Python. This course explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like game-playing engines, handwriting recognition, and machine translation.
Avo-k/black_numba
Python chess engine compiled with Numba (from 7300 to 1500000 nodes/second)
kvatz/Artificial-Intelligence-Assignments
A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D
ripred/JavaChess
24-bit ANSI colored, console-based chess engine using Java. Optional multi-threaded AI using Minimax with alpha-beta pruning. Fully configurable properties including: ply depth, thread pool size, optional AI time limit, all colors, and more.
RPG-coder/TicTacToe-Game
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
qwertyforce/gomoku_ai
Experiments with variations of minimax algorithm, MTD(f), MCTS in Gomoku
TeamDman/Vehicular-Game-Theory
Code for my Master's thesis, game theory for adversarial autonomous vehicle platooning scenarios
utkuufuk/alpha-beta-chess
Eclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.