minimax-algorithm
There are 1479 repositories under minimax-algorithm topic.
Cledersonbc/tic-tac-toe-minimax
Minimax is a AI algorithm.
in-op/GameAI
Various C# implementations of game AI
ramazancetinkaya/tictactoe
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.
Alex2262/AltairChessEngine
A strong chess engine made in c++
GeorgeSeif/Tic-Tac-Toe-AI
A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning
iamjagdeesh/Artificial-Intelligence-Pac-Man
CSE 571 Artificial Intelligence
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.
dimitrijekaranfilovic/checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
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
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...)
huihut/tic-tac-toe
:video_game: 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。
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
hctilg/TicTacToe
TicTacToe Game
completejavascript/tic-tac-toe
🎮 Unbeatable Tic-Tac-Toe game using React and Minimax algorithm.
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.
SrinidhiRaghavan/AI-2048-Puzzle
2048 puzzle using minimax algorithm
arpansahoo/ReactJS-Chess
Web chess game with AI chess bot (minimax algorithm).♟
ikramhasan/Impossible-TicTacToe-Ai
An impossible-to-beat tictactoe ai that uses the minimax algorithm. Made using flutter.
jganzabal/tic-tac-toe-python-notebook-game
Minimax algorithm for a Tic Tac Toe for Python Jupyter Notebook
hennimohammed/parallel_chess_engine
A simple chess engine written in C and parallelized using OpenMP
Kvatsx/Artificial-Intelligence-Assignments
A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D
ripred/MicroChess
A full featured chess engine designed to fit in an embedded environment, using less than 2K of RAM!
Avo-k/black_numba
Python chess engine compiled with Numba (from 7300 to 1500000 nodes/second)
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.
qwertyforce/gomoku_ai
Experiments with variations of minimax algorithm, MTD(f), MCTS in Gomoku
utkuufuk/alpha-beta-chess
Eclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.
RPG-coder/TicTacToe-Game
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
aleksFedotov/connect-four-game
Connect 4 game with ReactJS
CoughBall/Aritifical_Intelligence_for_tictactoe
Minimax algorithm used as the AI for a tic tac toe game built with unity using c# as scripting language
dimitrijekaranfilovic/quoridor
Bots for the board game quoridor implemented using four algorithms: minimax, minimax with alpha beta pruning, expectimax and monte carlo tree search.