Skip to content

An app for playing Minesweeper that provides a visualized board solving algorithm.

Notifications You must be signed in to change notification settings

samhooper256/mineviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

minesweepersolver

An app for playing Minesweeper that provides a visualized board solving algorithm.

A typical game:

withflags

A win:

win

A loss:

loss

Creating a new board:

newboard

A larger and more difficult board:

biggame

The app has two windows: one has the minesweeper game, where the user can left click on a tile to uncover it and right click to place (or remove) a flag, and the other displays an identical board, but where the probabilities of each tile being safe, as deduced solely from information visible to the player, are shown. The user can create a new board of arbitrary size and of arbitrary difficulty with the button in the top right. The game shows the number of flags remaining in the bottom left corner.

About

An app for playing Minesweeper that provides a visualized board solving algorithm.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages