Skip to content

The code for a simple tutorial on Bloc building a memory game

Notifications You must be signed in to change notification settings

pharo-graphics/Bloc-Memory-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the code for the memory game booklet that is available on http://books.pharo.org and whose source is available on http://github.com/booklet.

Loading the Memory Game

To make the demo easier to follow and help you if you get lost, we already made a full implementation of the game. You can load it using the following code:

Metacello new
    baseline: 'BlocMemoryTutorial';
    repository: 'github://pharo-graphics/Bloc-Memory-Tutorial/src';
    load

About

The code for a simple tutorial on Bloc building a memory game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published