Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squarebracketassociates/booklet-asimplememorygame
- Owner: SquareBracketAssociates
- Created: 2024-04-16T18:21:49.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-25T19:06:28.000Z (3 months ago)
- Last Synced: 2024-11-09T10:41:02.088Z (about 2 months ago)
- Language: CSS
- Size: 4.59 MB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```