minimax topic

List minimax repositories

connect-four

26
Stars
9
Forks
Watchers

The slickest way to get 4-in-a-row, written using HTML5, JS, and Mithril (like React). Features an AI player, online multiplayer capability, and a smooth user interface

AI_Gomocup

28
Stars
13
Forks
Watchers

Here are some Python implementations of Gomoku AIs, including MCTS, Minimax and Genetic Alg.

macao

23
Stars
4
Forks
Watchers

A general purpose game playing A.I. framework based on the Monte Carlo tree search algorithm.

Avalanche

71
Stars
4
Forks
Watchers

UCI Chess Engine written in Zig.

akcio

247
Stars
36
Forks
Watchers

Akcio is a demonstration project for Retrieval Augmented Generation (RAG). It leverages the power of LLM to generate responses and uses vector databases to fetch relevant documents to enhance the qual...

expectiminimax-backgammon

22
Stars
6
Forks
Watchers

A 2D JavaFX implementation of one of the most popular and old board games. The AI player's moves are calculated using the expectiminimax algorithm.

LangChain-ChatGLM-Webui

3.2k
Stars
476
Forks
Watchers

基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答

tic-tac-toe

24
Stars
12
Forks
Watchers

🎮 Unbeatable Tic-Tac-Toe game using React and Minimax algorithm.

MiniMax-TicTacToe-Java

25
Stars
12
Forks
Watchers

MiniMax algorithm applied to Tic Tac Toe.