Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 337 Bytes

Minesweeper

Jonathan Lepage
December 2010

Haskell implementation of the minesweeper game, using a graphical user interface.
Features a naive auto-resolution algorithm:

  • Auto-flagging: Flags the n unopened cells around a opened n-cell.
  • Auto-opening: Opens all unflagged cells around an n-cell surrounded by n flags.