Skip to content

K-Boo/Myg

 
 

Repository files navigation

Myg

Myg is a project containing games and providing tools to create other games.

Loading the project

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.

Playing Sokoban

Sokoban open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Smalltalk 100.0%