Tagged articles
11 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Apr 21, 2025 · Game Development

Building an Automated Minesweeper Solver with Python and OpenCV

This article provides a step‑by‑step guide to creating a Python‑based automated Minesweeper solver using OpenCV for screen capture, win32gui for window handling, and custom image‑recognition and solving algorithms, including environment setup, frame extraction, block segmentation, classification, and click automation.

AutomationGame BotImage Processing
0 likes · 12 min read
Building an Automated Minesweeper Solver with Python and OpenCV
Java Tech Enthusiast
Java Tech Enthusiast
Dec 27, 2024 · Industry Insights

How Minesweeper and Solitaire Shaped Office Culture and Productivity

The article recounts the rise of Windows' built‑in games Minesweeper and Solitaire in the 1990s, their unexpected impact on workplace productivity, legendary speed‑record contests among Microsoft staff, the origin story of Solitaire by Wes Cherry, and why these simple games remain cultural icons today.

MicrosoftMinesweeperOffice culture
0 likes · 7 min read
How Minesweeper and Solitaire Shaped Office Culture and Productivity
Python Programming Learning Circle
Python Programming Learning Circle
Oct 11, 2024 · Game Development

Python Automated Minesweeper Bot Using Win32 API and Image Recognition

This tutorial explains how to build a Python bot that automatically plays Minesweeper by locating the game window, capturing the board via image processing, interpreting cell states through RGBA values, and applying a simple rule‑based algorithm to flag mines and uncover safe squares, with fallback random clicks for unresolved situations.

GameBotImageRecognitionMinesweeper
0 likes · 12 min read
Python Automated Minesweeper Bot Using Win32 API and Image Recognition
MaGe Linux Operations
MaGe Linux Operations
Dec 16, 2020 · Artificial Intelligence

How to Build an Automated Minesweeper Bot with Python and Win32 API

This guide walks through setting up a Python environment, installing required libraries, capturing the Minesweeper window, extracting tile colors, converting the board into a matrix, and implementing a basic algorithm that flags mines and clicks safe squares, all automated via Win32 API calls.

AutomationGame BotImage Processing
0 likes · 10 min read
How to Build an Automated Minesweeper Bot with Python and Win32 API