
Back to Selected Works
Minesweeper
Tech·Classic game cloneOOP design
The Brief
A classic Minesweeper clone built in Java with clean OOP architecture and interactive grid-based gameplay.
CategoryComputer Science / Tech
RoleSolo Developer
Year2024
Tech StackJava
Problem
Recreating a well-known game demands precise algorithm design for mine placement, flood-fill reveal, and edge-case handling.
Significance
A strong exercise in recursive algorithms, grid-based data structures, and event-driven programming.
My Contribution
Implemented the full Minesweeper game with mine generation, recursive flood-fill reveal, flag placement, and win/loss detection.