This was my first sprite-based Java game. The primitive animation classes I wrote for
Barn Nazi evolved into the actor hierarchy that became part of my MHFramework
game engine.
The changing, animated screens were also an experiment in one procedural approach to
state-based behavior within a single object. It's an unwise approach, but that learning
experience is what the experiment was all about. |