Projects in Awesome Lists tagged with minmax
A curated list of projects in awesome lists tagged with minmax .
https://github.com/predict-idlab/tsdownsample
High-performance time series downsampling algorithms for visualization
aggregation downsampling fast fpcs lttb m4 minmax performance python simd time-series visualization
Last synced: 04 Apr 2025
https://github.com/thalesrc/js-utils
Javascript utility functions for web development
async-map compact deepclone defer difference intersection isfalsy istruthy javascript js-utils minmax noop promise replace revert timeout typescript unique-id utility-library
Last synced: 16 Jul 2025
https://github.com/njmarko/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.
ab-pruning alpha-beta alpha-beta-pruning alpha-beta-search checkers draughts game minimax minimax-alpha-beta-pruning minimax-search minmax minmax-algorithm minmax-alpha-beta-pruning pruning-optimization python
Last synced: 28 Oct 2025
https://github.com/pchampio/othello-prolog
:scroll: A fully functional Othello (Reversi) game, with several AIs, made in prolog for swipl.
alpha-beta artificial-intelligence board-game logic-programming minmax othello-game prolog student-project swipl univ-lemans
Last synced: 18 Feb 2026
https://github.com/giakoumoglou/game_theory
These are some MATLAB implementations of functions related to Game Thory such as MinMax, Nash and Backwards Induction, which are applied in some exercises.
bimatrix-game game-theory minmax nash
Last synced: 14 Apr 2025
https://github.com/xmonader/nim-tictactoe
tictactoe in nim with minmax algorithm
ai game minmax nim tic-tac-toe
Last synced: 08 Aug 2025
https://github.com/ivanmrsulja/checkers-bot
Very simple checkers bot made using minimax algorithm with alpha-beta pruning to calculate the ideal move.
alpha-beta-pruning bot checkers checkers-game minimax minimax-algorithm minmax minmax-algorithm
Last synced: 27 Feb 2026
https://github.com/hxndev/ai-based-chess-game-using-minimax-and-alpha-beta-prunning
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 :)
ai ai-based-chess-game alpha-beta chess gui interface minimax minmax project prunning python using
Last synced: 31 Mar 2025
https://github.com/tearth/proxima-b
Chess engine based on min-max algorithm, iterative deepening and transposition tables
alpha-beta-pruning chess chess-engine fics iterative-deepening-search min-max minmax negamax transposition zobrist
Last synced: 22 Mar 2025
https://github.com/tearth/proxima-b-2.0
Chess engine written in C# based on popular chess algorithms. Supports Chess Engine Communication Protocol and FICS.
alphabeta chess csharp dotnet minmax negamax negascout transposition
Last synced: 19 May 2026
https://github.com/dxavx/algorithms
algorithms for Golang : Binary Sort , Select Sort , Recursive , Quick Sort , Hash table
algorithms array golang minmax random-generation sort sorting-algorithms
Last synced: 31 Mar 2025
https://github.com/silviatulli/altermax
two-agents setting with minmax planner for counterfactual explanations - Learning from Explanations and Demonstrations: A Pilot Study
explainable-ai minmax qlearning-algorithm sequential-decision-making-problems
Last synced: 18 Jul 2025
https://github.com/frequentlymisseddeadlines/chuck-norris-chess
♜A kicking chess game with minmax and alphabeta pruning but not written by Chuck Norris. Queen's gambit enabled.
alphabeta-pruning arena-chess bitboard chess chess-engine chuck-norris minmax
Last synced: 21 Mar 2025
https://github.com/snaptortoise/gravity-forms-minmax
Adds MIN and MAX functions for Gravity Forms number field calculations
gravity-forms gravityforms minmax wordpress wordpress-plugin
Last synced: 20 Jan 2026
https://github.com/leonardpepa/tictactoe
Tic tac toe AI made with java swing framework
ai game gui java minimax-algorithm minmax minmax-alpha-beta-pruning swing tac tic tic-tac-toe toe
Last synced: 29 May 2026
https://github.com/hanzopgp/triplegame
3 different games + UI.
artficial-intelligence minmax solver university
Last synced: 07 Oct 2025
https://github.com/pktcodes/css-grid-basics
CSS Grid Basics
align-content auto-fill auto-fit column-gap css-grid fraction gap grid-lines grid-template-areas grid-template-columns grid-template-rows implicit-grid justify-content justify-items justify-self minmax naming-grid-lines order repeat row-gap
Last synced: 21 Feb 2026
https://github.com/alexkch/pacman
Search/MinMax/CSP/BayesNets/HMMs
astar-algorithm bayesian-network csp minmax pacman search
Last synced: 05 Oct 2025
https://github.com/razvan48/chess-ai
A Chess AI able to play at an ELO rating of 1300 points
alpha-beta-pruning chess heuristic-search-algorithms minmax move-ordering
Last synced: 27 Oct 2025
https://github.com/soenneker/soenneker.extensions.dictionaries.intminmax
A collection of helpful Dictionary int, MinMax extension methods
csharp dictionaries dictionary dictionaryintminmaxextension dotnet extension extensions int intminmax minmax
Last synced: 26 Apr 2026
https://github.com/zewebdev1337/go-tictactoe
Golang reimplementation of the CLI version of nim-tictactoe
cli-game go golang language-conversion minmax reimplementation tictactoe
Last synced: 01 Apr 2025
https://github.com/ovk/prolog-checkers
Checkers game against computer, written in Prolog language
checkers logic-programming minmax prolog
Last synced: 11 Jan 2026
https://github.com/akareset/tictactoe_minmax
Tic-Tac-Toe game implemented in JavaFX with a MinMax AI opponent.
ai java javafx minmax mvc-architecture tictactoe
Last synced: 26 Apr 2026
https://github.com/razvan48/proiect-licenta-fmi-unibuc
Proiect Licenta Anul 3, Facultatea de Matematica si Informatica, Universitatea din Bucuresti
alpha-beta-pruning client-server client-server-architecture enet hamachi heuristic-search-algorithms heuristics logmein-hamachi minmax minmax-algorithm move-ordering opengl vpn
Last synced: 17 Apr 2026
https://github.com/othmane099/tictactoe-minimax-processing
implementing MinMax Algorithm in TicTacToe game using Processing.
game minmax minmax-algorithm processing processing-sketch processing3 tic-tac-toe tictactoe
Last synced: 19 Oct 2025
https://github.com/pvnieo/learn-noughts-and-crosses
Implementation of a Tic Tac Toe emulator, and an AI with levels to play against.
minmax pygame python3 reinforcement-learning tic-tac-toe
Last synced: 28 Apr 2026
https://github.com/tomaszilinek/chesscsharp
This is a project I did as a homework for a course at my bachelor's degree in university.
alpha-beta-pruning chess csharp game minmax windows-forms
Last synced: 04 Jan 2026
https://github.com/treeniks/fanorona-python
The Board Game Fanorona with Min-Max AI built in Python
Last synced: 08 Apr 2026
https://github.com/koukyosyumei/tentohako
Dots and Boxes with reinforcement lerning
ai artificial-intelligence dots-and-boxes game minmax monte-carlo-tree-search python3 q-learning reinforcement-learning uct
Last synced: 31 Aug 2025