1 This is a Haskell implementation of Programmer's Minesweeper by
3 http://www.ccs.neu.edu/home/ramsdell/pgms
6 To add a new strategy, create a Haskell module that implements it, and
7 add it to the list in Strategies.hs. Then add the module itself it the
8 hs-pgms.cabal file and you're set. Two example strategies are provided,
9 SimpleStrat.hs and Strat1.hs (actually they're basically the same).
11 Note: The hs-pgms executable will launch a GUI by default. Run
12 hs-pgms --help to see its other capabilities.