An open API service indexing awesome lists of open source software.

https://github.com/hizkifw/automine

Minesweeper X solver made with Python 2
https://github.com/hizkifw/automine

minesweeper puzzle python pywin32 solver

Last synced: about 1 year ago
JSON representation

Minesweeper X solver made with Python 2

Awesome Lists containing this project

README

          

# automine
Minesweeper X solver made with Python 2 (Windows only)

[Video demo](https://www.youtube.com/watch?v=LkvYJk4VfVQ)

## How to use
- Install pywin32 (`pip install pypiwin32`)
- Clone/download repo
- Open up Minesweeper X and set the skin to `automine.bmp`
- Edit `automine.py` to match number of tiles
- `python automine.py`

Currently the only way to stop the script is by pressing `Ctrl-Alt-Del`. The script will fail to move the mouse and throw an error, which will terminate the loop.