Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squarebracketassociates/booklet-asimplememorygame

A simple Memory Game with Bloc
https://github.com/squarebracketassociates/booklet-asimplememorygame

Last synced: 1 day ago
JSON representation

A simple Memory Game with Bloc

Awesome Lists containing this project

README

        

A tutorial to get a first journey in the Bloc graphic framework.

Bloc is the new graphics frameworks for Pharo: [http://github.com/pharo-graphics/Bloc](http://github.com/pharo-graphics/Bloc)

The corresponding source of the project is available at:

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