expectiminimax
There are 20 repositories under expectiminimax topic.
adrienball/2048-rs
A rust implementation of the famous 2048 game
DanijelAskov/expectiminimax-backgammon
A 2D JavaFX implementation of one of the most popular and old board games. The AI player's moves are calculated using the expectiminimax algorithm.
ZviRosenfeld/MinMaxSearch
A MinMax Search Engine
andi611/Pacman-With-AI-Python
Implementations of artificial intelligence agents that plays Pac-Man
chanddu/Backgammon-python-numpy-
Implemented a expectiminimax agent (2-ply search) with alpha – beta pruning and forward pruning (to reduce the branching factor in the game tree) to determine the best move give the state of the board.
obay-ismaeel/syrian-persis-console-game
You can play the Syrian Persis board game against my AI agent that was built with Expectiminimax Algorithm
geekn0rd/monopoly-ai-agent
Simplified Monopoly board game, that is played by 2 expectiminimax agents.
philxhuang/2048pseudoAI
2048 Pseudo AI | 15-112 Term Project (Spring 2019)
tq3940/Expectiminimax-Backgammon
基于 Expectiminimax 的西洋双陆棋博弈,参考了alexandremartens 、chanddu等大佬的有关项目
Anurag14/2048
AI 2048 solver
kirklange/rgu
The Royal Game of Ur with expectiminimax AI.
prateek22sri/Yahtzee
Implementation of the game of Yahtzee using the expecti-minimax algorithm
Ayush-Kaushal/BackgammonAI
A Backgammon bot which calculates its move using expectiminimax algorithm along with *-alpha-beta pruning.
bogdaaaaan/Close-the-sector-Game
Implementation of a game called "Close the sector"
DinohRatiarisandy/2048-game-with-expectimax
2048 with expectimax for the autoplay (botSolver/AI)
nihadguluzade/durak-expectimax
Durak (classic, 2 players) game implemented using Expectimax algorithm.
vivek-bansal-VB/Adversarial-Search-Algorithms
Implemented Adversarial Search Algorithms - Expectimax, Minimax and Alpha-Beta Pruning.
ChrisNick92/Artificial-Intelligence-DI
Course in Artificial Intelligence for the Winter semester 2022 - 2023 in Informatics, NKUA
lfmatosm/Dominado
I.A. utilizando estratégias de busca ("Expectiminimax" e "Monte-Carlo tree search") para jogar dominó com dois jogadores.