Tetris

Description

Some Tetris project but it went sideways

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Created
Nov. 17, 2016
Updated
Oct. 20, 2018
Topics
pharo ui

README excerpt

#Tetris

Well, maybe one day this will be Tetris but it morphed into an exploratory journery into Morphic Event Handling.

To load in Pharo 5.0

```Smalltalk

Metacello new
    githubUser: 'Pharophile' 
    project: 'Tetris' 
    commitish: 'master' 
    path: 'packages';
    baseline: 'Tetris';
    onWarningLog;
    load
```

So, this helps in seeing what is going on with events and handlers in Morphic.

![TetrisMorph overview](Events1.png)

The announcer can be inspected as I am using the ZnLogEvent annoucer. Inspecting is with GTInspector is easy.

![Inspecting Announcements](Events2.png)


← Back to results