Gmane
From: Bertram Felgenhauer <bertram.felgenhauer <at> googlemail.com>
Subject: [ANN] hs-pgms 0.1 -- Programmer's Minesweeper in Haskell
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-06-04 17:15:36 GMT (1 year, 4 weeks, 1 day, 11 hours and 10 minutes ago)
Hi,

I've just uploaded hs-pgms to hackage. It is a Haskell implementation
of Programmer's Minesweeper [1], which allows programmers to implement
minesweeper strategies and run them. (Note: ghc >= 6.8 is required.)

hs-pgms uses MonadPrompt to achieve a clean separation between
strategies, game logic, and presentation. There are two frontends,
one command line frontend which is mainly useful for collecting
statistics, and a GUI frontend, using gtk2hs, for watching the
strategies in action.

There's a git repo, see http://repo.or.cz/w/hs-pgms.git .

enjoy,

Bertram

[1] http://www.ccs.neu.edu/home/ramsdell/pgms/index.html