minmax topic

List minmax repositories
trafficstars

AnimalChess

91
Stars
11
Forks
Watchers

Animal Fight Chess Game(斗兽棋) written in rust.

tictac

16
Stars
15
Forks
Watchers

Un-winnable game of Tic Tac Toe using MinMax

tsdownsample

132
Stars
11
Forks
Watchers

High-performance time series downsampling algorithms for visualization

othello-prolog

16
Stars
6
Forks
Watchers

:scroll: A fully functional Othello (Reversi) game, with several AIs, made in prolog for swipl.

checkers

40
Stars
14
Forks
Watchers

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

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.

js-utils

24
Stars
4
Forks
Watchers

Javascript utility functions for web development

Bridge-AI

15
Stars
5
Forks
Watchers

In this project we try to create a sophisticated computer agent to play the Contact Bridge card game. Our goal is to develop an agent that is tough to play against, with fast reaction time so it is ab...