422 results for “topic:minmax-algorithm”
C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerful AI!
A game of checkers written using minmax algorithm and alpha-beta pruning.
Chess game
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.
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 Carlo Tree Search. Implemented as a final project for the "Introduction to Aritifical Intelligence" course of the Hebrew University of Jerusalem.
Unbeatable Tic Tac Toe game in java with gui
:hash:ㅤA C program for a game of TicTacToe using Artificial Intelligence
Chess game with React and min-max algorithm implementation
A simple but smart TicTacToe game made using Flutter
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
A panoply of algorithms in game theory, econometrics, linear programming, and Montecarlo simulations.
Chess Engine Implementation using Minmax, Alpha-Beta Pruning, and Quiescence Search Algorithm.
My version of Tic-Tac-Toe. built with Reactjs and Redux. Same old game, more possibilities.
A doudizhu(chinese poker) final phase cracker. (欢乐)斗地主残局分析器
🧠 chess ai utilizing minmax w/ alpha-beta pruning
Baghchal implementation in Python
A Pacman game implementation with an AI player using the Minimax algorithm. This project showcases the classic Pacman game environment, where the player (Pacman) navigates a maze to collect points while avoiding ghosts. The AI-controlled ghosts aim to catch Pacman.
🏆 Make an AI capable of beating human players at Gomoku
This is a simple JavsScript based Tic-Tac-Toe game. We used Minimax Algorithm to make a bot to play against. This way, the user plays with a clever bot than a bot that takes random moves.
Tic Tac Toe game that allows you to play against a bot using the Minimax algorithm or with a friend. This game is built with HTML, CSS, and JavaScript.
Very simple checkers bot made using minimax algorithm with alpha-beta pruning to calculate the ideal move.
Quarto board game optimized with Genetic Algorithm and MinMax, plus Reinforcement-Learning.
this is a tictectoe project by using minmax (beat me if you can)
TicTacToe game built with the MinMax algorithm
Chess game with one or two players. In either mode, only valid moves can be performed. In one-player mode, minimax alpha-beta pruning is used to determine the computer's moves.
A modern Chess Game built in Python (Tkinter) with a beautiful GUI, Bot opponent using Minimax + Alpha-Beta pruning, move history, timers, board flipping, sounds, and more!
this is my attempt at the game tic tac toe
HTML5 ve P5 kullanan ve Basit bir yapay zeka içeren XOX oyunu denemesi.
Chess vs AI using Minimax Algorithm
AI Bases andorid Tic Tac Toe