forked from pharo-graphics/Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since this repo was abandoned, I took this drastic decision. We can always revert the change, obviously.
- Loading branch information
1 parent
f932951
commit dc3c94c
Showing
22 changed files
with
8 additions
and
1,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,19 @@ | ||
# Tutorials | ||
I contain bloc/brick tutorials and demo related materials that go far beyond simple bloc/brick examples | ||
# Memory Game Tutorial | ||
|
||
# Memory Game booklet | ||
Consider going through a detailed steb by step implementation described in a booklet:<br> | ||
[Bloc - Memory Game.pdf](http://files.pharo.org/books-pdfs/booklet-Bloc/2017-11-09-memorygame.pdf) | ||
I contain a Memory Game based in [Bloc](https://github.com/pharo-graphics/Bloc). | ||
The present code is the result of the old tutorial in this booklet:<br> | ||
[Bloc - Memory Game.pdf](http://files.pharo.org/books-pdfs/booklet-Bloc/2017-11-09-memorygame.pdf), with some little name adaptations. | ||
|
||
# Installation | ||
|
||
In [Pharo 6.1](https://pharo.org/download): | ||
# Installation | ||
|
||
```smalltalk | ||
Metacello new | ||
baseline: 'Bloc'; | ||
repository: 'github://pharo-graphics/Bloc:pharo6.1/src'; | ||
load: #core. | ||
``` | ||
In [Pharo 9.0](https://pharo.org/download): | ||
|
||
```smalltalk | ||
Metacello new | ||
baseline: 'BlocTutorials'; | ||
baseline: 'Memory'; | ||
repository: 'github://pharo-graphics/Tutorials/src'; | ||
load | ||
``` | ||
|
||
Package: | ||
**Bloc-MemoryGame-Demo** | ||
|
||
## Direct links to Pharo 6.1 | ||
|
||
- [Windows](http://files.pharo.org/platform/Pharo6.1-win.zip) | ||
- [Mac](http://files.pharo.org/platform/Pharo6.1-mac.zip) | ||
- [Linux](https://pharo.org/gnu-linux-installation) | ||
It will load the package `Bloc-Memory` located in this repository, and Bloc as a dependency. |
20 changes: 0 additions & 20 deletions
20
src/BaselineOfBlocTutorials/BaselineOfBlocTutorials.class.st
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/Bloc-MemoryGame-Demo/MgdCardDisappearAnnouncement.class.st
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.