Skip to content

Commit

Permalink
remove old code and update README
Browse files Browse the repository at this point in the history
Since this repo was abandoned, I took this drastic decision.
We can always revert the change, obviously.
  • Loading branch information
tinchodias committed Feb 25, 2021
1 parent f932951 commit dc3c94c
Show file tree
Hide file tree
Showing 22 changed files with 8 additions and 1,210 deletions.
30 changes: 8 additions & 22 deletions README.md
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 src/BaselineOfBlocTutorials/BaselineOfBlocTutorials.class.st

This file was deleted.

1 change: 0 additions & 1 deletion src/BaselineOfBlocTutorials/package.st

This file was deleted.

This file was deleted.

144 changes: 0 additions & 144 deletions src/Bloc-MemoryGame-Demo/MgdCardElement.class.st

This file was deleted.

8 changes: 0 additions & 8 deletions src/Bloc-MemoryGame-Demo/MgdCardFlippedAnnouncement.class.st

This file was deleted.

117 changes: 0 additions & 117 deletions src/Bloc-MemoryGame-Demo/MgdCardModel.class.st

This file was deleted.

149 changes: 0 additions & 149 deletions src/Bloc-MemoryGame-Demo/MgdGameModel.class.st

This file was deleted.

1 change: 0 additions & 1 deletion src/Bloc-MemoryGame-Demo/package.st

This file was deleted.

8 changes: 0 additions & 8 deletions src/Bloc-MemoryGame/MgCardDisappearAnnouncement.class.st

This file was deleted.

131 changes: 0 additions & 131 deletions src/Bloc-MemoryGame/MgCardElement.class.st

This file was deleted.

23 changes: 0 additions & 23 deletions src/Bloc-MemoryGame/MgCardEventListener.class.st

This file was deleted.

8 changes: 0 additions & 8 deletions src/Bloc-MemoryGame/MgCardFlippedAnnouncement.class.st

This file was deleted.

Loading

0 comments on commit dc3c94c

Please sign in to comment.