Simple example with Bloc in Pharo that shows direct positioning of elements without layout, separation of model and elements, using images and moving elements by animation.
This code is just one-time experiment - code test coverage 0 % - use or get inspired at your own risk!
Use Iceberg or download via following script in Pharo:
Metacello new
baseline: 'BlocCatWalk';
repository: 'github://bliznjan/bloccatwalk/repository';
load.
MyBoardElement open.
Requires internet connection at first run - needs to download cat images from this repository and install few backdoors.
CWGameElement example.