expectiminimax
Here are 21 public repositories matching this topic...
Language:All
Sort:Most stars
A rust implementation of the famous 2048 game
- Updated
Oct 10, 2023 - Rust
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.
- Updated
Feb 2, 2023 - Java
Implementations of artificial intelligence agents that plays Pac-Man
- Updated
Apr 10, 2019 - Python
- Updated
Apr 14, 2023 - Python
You can play the Syrian Persis board game against my AI agent that was built with Expectiminimax Algorithm
- Updated
Jun 15, 2024 - C#
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.
- Updated
Jun 14, 2017 - Python
Simplified Monopoly board game, that is played by 2 expectiminimax agents.
- Updated
Apr 19, 2023 - Python
2048 Pseudo AI | 15-112 Term Project (Spring 2019)
- Updated
Jul 22, 2019 - Python
The Royal Game of Ur with expectiminimax AI.
- Updated
Jul 20, 2019 - C
基于 Expectiminimax 的西洋双陆棋博弈,参考了alexandremartens 、chanddu等大佬的有关项目
- Updated
Jun 1, 2024 - Python
Implementation of the game of Yahtzee using the expecti-minimax algorithm
- Updated
Sep 16, 2018 - Python
Implementation of a game called "Close the sector"
- Updated
Jan 13, 2021 - JavaScript
2048 with expectimax for the autoplay (botSolver/AI)
- Updated
Jun 4, 2024 - GDScript
A Backgammon bot which calculates its move using expectiminimax algorithm along with *-alpha-beta pruning.
- Updated
Jul 29, 2022 - Python
Durak (classic, 2 players) game implemented using Expectimax algorithm.
- Updated
Jul 3, 2021 - TypeScript
Course in Artificial Intelligence for the Winter semester 2022 - 2023 in Informatics, NKUA
- Updated
Feb 18, 2023 - Python
I.A. utilizando estratégias de busca ("Expectiminimax" e "Monte-Carlo tree search") para jogar dominó com dois jogadores.
- Updated
Nov 24, 2018 - Python
This project implements an AI agent to play Connect 4 using advanced search algorithms and heuristics. The AI is designed to simulate competitive gameplay with efficient decision-making, utilizing minimax-based techniques enhanced by optimizations like alpha-beta pruning and caching.
- Updated
Jan 26, 2025 - Python
Improve this page
Add a description, image, and links to theexpectiminimax topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theexpectiminimax topic, visit your repo's landing page and select "manage topics."