A Mine Sweeper game implementation in Pharo.
To install only the core of the game and the unit tests:
Metacello new
baseline:'MineSweeper';
repository: 'github://juliendelplanque/MineSweeper:master/repository';
load: 'core'
To install the game with its minimal web-frontend:
Metacello new
baseline:'MineSweeper';
repository: 'github://juliendelplanque/MineSweeper:master/repository';
load: 'seaside'
Once loaded, add a ZnZincServerAdaptor
in the Seaside Control Panel and
go to http://localhost:8080/minesweeper.
I use GitFileTree to manage this repository from Pharo, if you want to contribute please use it as well.