Found 189 repositories(showing 30)
aryankeluskar
AI that solves Minesweeper. Uses a probabilistic approach, scans the grid, trains a Reinforcement Learning model to take decisions based on the existing grid, and marks the grid with mines to complete the game.
SukhatankarSV
Web-based Multiplayer Minesweeper game with AI solver using Node.js and Express.js
MahakSe
MinesweeperAI is a Python-based artificial intelligence agent designed to play the classic Minesweeper game. Using propositional logic and inference-based knowledge representation, the AI identifies mines and safe cells, allowing it to make informed moves.
Bernton
Minesweeper solver AI.
ljishen
Minesweeper and AI Solver Implementation in Haskell
McAJBen
Java Minesweeper Solved by an AI.
vuurball
AI program that playes/solves minesweeper
JamesCondon9
Minesweeper "dark-mode" clone and AI solver project 💣
dweninger
An image recognition AI that can solve the game Minesweeper.
yeopbuddy
Play, Compete, and Analyze. Minesweeper with a powerful built-in AI solver and real-time global leaderboards.
POSiTiiiV
A Python implementation of the classic Minesweeper game with an AI solver that uses logical deduction to play automatically.
Shyam9607
AI-assisted Minesweeper game in Python demonstrating Greedy algorithms, Graph-based Divide & Conquer using BFS frontier partitioning, and Dynamic Programming with memoization for constraint-based solving.
pranayagra
Recreated the popular game Minesweeper with additional functionality in Wolfram Mathematica. Additional functions include the ability for the player to create or load a board, play the game, use AI solve, access the settings, and achieve high scores. This project was then implemented in Python to test two types of AI solving algorithms which was presented at the 2018 WKU Mathematics Symposium
HungKNguyen
Minesweeper clone with AI solver.
rnikoopour
AI to solve minesweeper
Collins1738
No description available
zchen41314
An implemented AI that solves minesweeper boards of various sizes
tleavitt
Minesweeper with a built-in AI solver.
Reynardd
MineSweeper solver with Logic Programming ~AI Course Project
TomZhang11
AI that solves Google's Minesweeper
EbrahimMahrous
Minesweeper is a classic game where the player is to find all squares on a grid that are not mines. It is played on a grid of squares which all start our being hidden. Clicking on a square either reveals the number of mines adjacent to it, or if the square is a mine, the game ends in a loss.
StarPandaBeg
Minesweeper AI, that solves common game situations
reaganmcf
Logic based AI Algorithm to solve MineSweeper
Andrew1707
Make AI to solve a minesweeper game
denarvi
An AI bot to solve a game of minesweeper
AbdulMutakabbir
Building an AI to solve minesweeper along with GUI.
alexajb2
This includes a UI to visualize my AI Minesweeper Solver that incorporates several algorithms
xLinkOut
Python implementation of Minesweeper game, solved by pure math and AI.
Sambhav101
an AI that uses inference to calculate the safe moves and solve the board in minesweeper.
ckoppula199
AI for the game minesweeper that uses propositional logic to come up with inferences based on a knowledge base to solve a minesweeper board.