som-snytt
unread,Nov 18, 2010, 5:57:01 PM11/18/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to h-o-m
As an exercise in Scala idioms, I forked this source last summer at
github:
g...@github.com:som-snytt/House-of-Mirrors-Fork.git
Also as an exercise, the changes include using a modified "PureMVC"
framework, which is included at this github url. The change was
necessitated by what Odersky characterizes as "evil" protected static
members, i.e., PureMVC is not so pure.
The refactors include Scala idioms, and there are also some mild
features, such as (off the top of my head) using the mouse scroll
wheel to rotate "gates" and the ability to save and traverse levels.
I'll note here that I would have imported my local SVN deltas, except
that under cygwin on Vista x64, perl has (under two regimes) faulted
in a dll. I fixed that once, but won't bother again. Such is
compromise.