Happy !
sebnozzi / GridMorph
Monticello registration
About GridMorph
A Morph to display colors and/or images into a grid.
Reacts to UI events such as mouse-clicks and key-strokes.
Useful to program simple puzzle/arcade games.
Load with:
Gofer new
url: 'http://smalltalkhub.com/mc/sebnozzi/GridMorph/main';
package: 'SWF-GridMorph';
load.
And when you are done:
GridMorph new openInHand.
Also take a look at the examples on the class-side.
Developed and tested with Pharo 6. Might work with Pharo 5 or Squeak, but no guarantees.
