Skip to content

MWB21223/SomeGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

205 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 13:

Metacello new
	repository: 'github://Ducasse/Myg:v1.0.5/src';
	baseline: 'Myg';
	load.

For development, load master branch:

Metacello new
	repository: 'github://Ducasse/Myg';
	baseline: 'Myg';
	onConflictUseLoaded;
	load.

Playing Games

There are currently 5 games in Myg :

  • MineSweeper
  • Takuzu
  • Sokoban
  • Memory
  • SameGame

You can play each game by executing these snippets :

MineSweeper open
Takuzu open
Sokoban open
Memory open
SameGame open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%