Myg is a project containing games and providing tools to create other games.
Load a stable version of Myg with the following snippet, in Pharo 11:
Metacello new
repository: 'github://K-Boo/Myg';
baseline: 'Myg';
load.For development, load master branch:
Metacello new
repository: 'github://K-Boo/Myg';
baseline: 'Myg';
onConflictUseLoaded;
load.Sokoban open