minimax topic

List minimax repositories

checkers

40
Stars
14
Forks
Watchers

A game of checkers written using minmax algorithm and alpha-beta pruning.

connect-four-js

21
Stars
5
Forks
Watchers

Minimax and Alpha-Beta Pruning implementations in JavaScript

alpha-beta-pruning-minmax-checkers

19
Stars
1
Forks
Watchers

Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.

alpha-beta-chess

15
Stars
1
Forks
Watchers

Eclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.

betafish

94
Stars
9
Forks
Watchers

A chess engine and AI move finder written in Javascript. Beats Stockfish level 6 on Lichess.

Tic-Tac-Toe-AI

15
Stars
0
Forks
Watchers

Invincible AI written in Go for Tic Tac Toe game.

euchre-bot

15
Stars
5
Forks
Watchers

An AI for the card game euchre using Monte-Carlo Tree Search.

tallystick

29
Stars
5
Forks
Watchers

A rust library for tallying votes

Strategist

37
Stars
6
Forks
Watchers

Algorithms for building strong immutable AIs for round-based games.

ai-hub

62
Stars
8
Forks
Watchers

AI Hub 是一个为了接入包括ChatGPT、Baichuan、Zhipu、混元、MiniMax、Moonshot等多种大型语言模型而设计的服务。它旨在积累和管理各种有效的模型调用提示(prompt),并对这些大型语言模型进行持续的测试和评估。