A rust implementation of the famous 2048 game
-
Updated
Oct 10, 2023 - Rust
A rust implementation of the famous 2048 game
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.
Implementations of artificial intelligence agents that plays Pac-Man
You can play the Syrian Persis board game against my AI agent that was built with Expectiminimax Algorithm
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.
Simplified Monopoly board game, that is played by 2 expectiminimax agents.
2048 Pseudo AI | 15-112 Term Project (Spring 2019)
基于 Expectiminimax 的西洋双陆棋博弈,参考了alexandremartens 、chanddu等大佬的有关项目
Implementation of the game of Yahtzee using the expecti-minimax algorithm
The Royal Game of Ur with expectiminimax AI.
AI 2048 solver
2048 with expectimax for the autoplay (botSolver/AI)
Implementation of a game called "Close the sector"
A Backgammon bot which calculates its move using expectiminimax algorithm along with *-alpha-beta pruning.
I.A. utilizando estratégias de busca ("Expectiminimax" e "Monte-Carlo tree search") para jogar dominó com dois jogadores.
Durak (classic, 2 players) game implemented using Expectimax algorithm.
Course in Artificial Intelligence for the Winter semester 2022 - 2023 in Informatics, NKUA
Implemented Adversarial Search Algorithms - Expectimax, Minimax and Alpha-Beta Pruning.
Add a description, image, and links to the expectiminimax topic page so that developers can more easily learn about it.
To associate your repository with the expectiminimax topic, visit your repo's landing page and select "manage topics."