minimax topic
connect-four
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
Here are some Python implementations of Gomoku AIs, including MCTS, Minimax and Genetic Alg.
macao
A general purpose game playing A.I. framework based on the Monte Carlo tree search algorithm.
Avalanche
UCI Chess Engine written in Zig.
akcio
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
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
基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答
tic-tac-toe
🎮 Unbeatable Tic-Tac-Toe game using React and Minimax algorithm.
MiniMax-TicTacToe-Java
MiniMax algorithm applied to Tic Tac Toe.