Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 396 Bytes

File metadata and controls

16 lines (11 loc) · 396 Bytes

minesweeper

Generates and automatically solves the minesweeper game, no UI

requires numpy

python -m venv .venv
source .venv/bin/activate
pip install numpy
python minesweeper.py

This is the updated version of a very old code I wrote when I was 18, it generates and solves the minesweeper game through logic.

The program runs various grids and computes success statistics on it.