minimax-algorithm topic
tic-tac-toe
AI based tic tac toe game that is impossible to win. Think you can beat a computer? Well, you can't.
solvedchallenges
My solved challenges and hacks (Go, Python, Java)
Tic-Tac-Toe-AI
A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning
tic-tac-toe-minimax
Minimax is a AI algorithm.
GameAI
Various C# implementations of game AI
Artificial-Intelligence-Assignments
A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D
minimax4j
A generic JAVA implementation of the Minimax algorithm (and derivated...)
gomoku-ai-minimax
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
tic-tac-toe
:video_game: 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。
Artificial-Intelligence-Algorithms
A repository containing codes and algorithms for the AI course 18CSC305J.