minimax-algorithm topic

List minimax-algorithm repositories

tic-tac-toe

7
Stars
9
Forks
Watchers

AI based tic tac toe game that is impossible to win. Think you can beat a computer? Well, you can't.

solvedchallenges

34
Stars
10
Forks
Watchers

My solved challenges and hacks (Go, Python, Java)

Tic-Tac-Toe-AI

46
Stars
31
Forks
Watchers

A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning

GameAI

74
Stars
21
Forks
Watchers

Various C# implementations of game AI

Artificial-Intelligence-Assignments

20
Stars
3
Forks
Watchers

A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D

minimax4j

27
Stars
7
Forks
Watchers

A generic JAVA implementation of the Minimax algorithm (and derivated...)

gomoku-ai-minimax

38
Stars
12
Forks
Watchers

Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning

tic-tac-toe

23
Stars
8
Forks
Watchers

:video_game: 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。

Artificial-Intelligence-Algorithms

32
Stars
12
Forks
Watchers

A repository containing codes and algorithms for the AI course 18CSC305J.