minmax topic
AnimalChess
Animal Fight Chess Game(斗兽棋) written in rust.
tsdownsample
High-performance time series downsampling algorithms for visualization
constrained-k-means
Implementing COP-Kmeans and PC-Kmeans
othello-prolog
:scroll: A fully functional Othello (Reversi) game, with several AIs, made in prolog for swipl.
checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
alpha-beta-pruning-minmax-checkers
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
Javascript utility functions for web development
Bridge-AI
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...