70 results for “topic:min-max”
A computer implementation of a trading card game: Magic: The Gathering. The goal of the project is to implement ai algorithms which can play the game at the same level as a casual human player.
[AAAI 2018] "Towards distributed coevolutionary GANs" by Abdullah Al-Dujaili, Tom Schmiedlechner, Erik Hemberg, Una-May O'Reilly
More readable and easier ordering and comparison tasks
A Chess which can be played as an 2 player game or vs a Bot.
this project combines various AI algorithms to provide visualization and functionality for search algorithms, a game (CONNECT4) using min-max algorithms, and a Constraint Satisfaction Problem (CSP) solver. This toolbox aims to provide a comprehensive understanding of these AI techniques through interactive visualizations and practical examples.
A single player source code for Ya Paper Soccer - paper soccer for Android.
It is a tic-tac-toe game written in python using the pygame framework and the computer AI is implemented using the minimax algorithm
Implementation of Genetic Algorithm, Memetic Algorithm and Constraint Satisfaction on a Time Table scheduling problem. Also has an implementation of MiniMax Strategy for TicTacToe
A tic tac toe game built with vanilla javascript using minimax algorithm.
Invincible TicTacToe AI agent
Chess engine based on min-max algorithm, iterative deepening and transposition tables
Java swing checkers game with MinMax algorithm in AI.
my first game using Artificial Intelligence(min-max algorithm)
A gomoku player via Min-Max Search and Alpha-Beta Pruning, running on https://botzone.org.cn/
TicTacToe-minmax with python
Prolog program of logic plane board game with multiple IA
Nine men's morris game implementation with computer AI based on minmax algorithm (enhanced with alpha beta prunning) made for AI course at Wroclaw University of Science And Technology. Implementation is done in C++ with QT lib serving as GUI.
Connect-four game with AI mode in Java
A player for Tablut Competition https://github.com/AGalassi/TablutCompetition
Generic implementation of the Max-n algorithm in Java
A 3 × 3 matching two-player game implemented by the Min-Max algorithm.
An implementation of the bejeweled game logic with several minmax-based player AIs
a tic tac toe project I made in my first semester of University
Easily clamp values in min and max inclusively using Range Variable.
Game of nine mens morris against AI
AI in game Domineering
This is a modified version of the classic checkers game created for academic purposes as a project for the AI Laboratory. The game introduces unique features, including vertical piece movements , special power pieces such as archers, king, and hero. The AI is implemented using the Min-Max algorithm with a depth level of 3 for strategic gameplay.
AI connect4 agent using MIn-Max algorithm and BitBoards
the unbeatable tik tac toe ai, using minmax algorithm
Artificial Intelligence Projects