SH
Shayan Haghighi
Software Engineer — Full Stack · ML · Automated Testing
shayan.haghighi04@gmail.com
Back

Under construction

projects
Id
minesweeper-solver
Title
Minesweeper Solver
Summary
A Java application that solves Minesweeper puzzles using constraint satisfaction and backtracking algorithms.
Tags
["Java","JavaFX","Constraint Satisfaction"]
Description

Minesweeper Solver is a JavaFX-based desktop application that provides both a playable Minesweeper GUI and an AI solver. The solver employs constraint satisfaction and backtracking to find optimal solutions efficiently. The program includes controls to trigger the algorithm and observe its reasoning process in real time.