Skip to content

fred3105/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generates and automatically solves the minesweeper game, no UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages