Tagged articles
8 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.

Game BotImage ProcessingMinesweeper
0 likes · 12 min read
Building an Automated Minesweeper Solver with Python and OpenCV
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.

Game BotImage ProcessingMinesweeper
0 likes · 10 min read
How to Build an Automated Minesweeper Bot with Python and Win32 API
MaGe Linux Operations
MaGe Linux Operations
Nov 21, 2018 · Game Development

Build a Python Bot to Automate a Simple Web Game

This tutorial explains how to create a Python-based game bot that captures the screen, analyzes order icons with image fingerprinting, and automates mouse movements and clicks to play a simple online cooking game, covering tool setup, coordinate handling, and code examples.

AutopyGame Botautomation
0 likes · 10 min read
Build a Python Bot to Automate a Simple Web Game
MaGe Linux Operations
MaGe Linux Operations
May 8, 2017 · Game Development

How to Build a Python Bot to Automate a Simple Web Game

This tutorial explains how to use Python libraries such as autopy, PIL, and pywin32 to capture screen images, recognize game elements, and automate mouse movements and clicks, enabling a bot to automatically play a sushi‑making browser game.

Game BotImage ProcessingPython
0 likes · 10 min read
How to Build a Python Bot to Automate a Simple Web Game