First Boss
|
I'm currently working on the first boss enemy in twtpb. A boss enemy will mark the end of the stage and you have to defeat the boss to progress. In other words it works like a normal old school shooter The boss will be made up of several smaller parts that can break up and move as individual enemies, and when they combine they will fire something more elaborate than a normal bullet. I think this can be pretty neat... Since I'm a big fan of kiss (keep it simple, stupid) the code was in no way prepared for adding another enemy, and definitely not an enemy as "advanced" as this. Making a very basic, working, implementation was pretty simple and took about 2h, including making the graphics. This proved to me that the concept for the enemy was working and that it will be a fun challenge to face this enemy. However, there is now a bit of smell in the code base since there is some duplication and I have spotted several ways of simplifying the code. My next session will definitely be focused at making these refactorings, being careful to not generalize too much. |
Submitted by hObbE
Sun, 07/22/2007 - 20:27
|



Post new comment