minmax
Here are 139 public repositories matching this topic...
Language:All
Sort:Most stars
High-performance time series downsampling algorithms for visualization
- Updated
Mar 5, 2025 - Jupyter Notebook
Animal Fight Chess Game(斗兽棋) written in rust.
- Updated
Jan 21, 2023 - Rust
A game of checkers written using minmax algorithm and alpha-beta pruning.
- Updated
Oct 3, 2024 - Python
Javascript utility functions for web development
- Updated
Sep 3, 2024 - TypeScript
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.
- Updated
Dec 19, 2020 - Python
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 able to play in real time against humans. We approached this as a search problem, and implemented search-tree heuristics based on Minimax and Monte C…
- Updated
Aug 22, 2020 - Python
📜 A fully functional Othello (Reversi) game, with several AIs, made in prolog for swipl.
- Updated
Apr 26, 2024 - Prolog
Implementing COP-Kmeans and PC-Kmeans
- Updated
Apr 13, 2019 - Python
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
- Updated
Aug 6, 2022 - Python
La nostra soluzione per la Tablut Challenge 2022 ♟️ (Fondamenti di Intelligenza Artificiale M)
- Updated
Apr 18, 2024 - HTML
The goal of this project was to make a User vs AI chess game, such that user makes whichever (legal) move they like and in turn, the AI performs the best move it can find. The game ends when either the user or the AI enters checkmate or stalemate state - or if you quit forcibly :)
- Updated
Aug 14, 2021 - Python
🏆 Make an AI capable of beating human players at Gomoku
- Updated
Apr 30, 2018 - C++
A Java Go game with ancient rules integration, SGF support and AI mechanics
- Updated
Apr 14, 2015 - Java
Baghchal implementation in Python
- Updated
Apr 3, 2023 - Python
Very simple checkers bot made using minimax algorithm with alpha-beta pruning to calculate the ideal move.
- Updated
Dec 19, 2020 - Python
Improve this page
Add a description, image, and links to theminmax topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theminmax topic, visit your repo's landing page and select "manage topics."