Skip to content

Pharophile/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

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

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

Inspecting Announcements

About

Some Tetris project but it went sideways

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published