It's been a while -- but I assure you, I've been doing a lot. The past four days -- that's right, FOUR! -- have been spent designing and implementing the introductory boss fight for the game. I guess the 4 is really more like 2; I have been dreadfully sick this week and I'm only now starting to get better. But I worked nonetheless! Maybe not quite as efficiently as normal, but I still worked!
I've begun talking character concepts with the asset artist. You can see some of her work below, as well as some work from my friend Ivan:
Ideas for our hero, Super Virgin Samurai:
Some of Ivan's Doombie concepts:
Some "types" of Doombies (I'm thinking the upper-right is boss material)
...and some narrowed-down concepts for "regular" Doombies:
I'm really excited to be seeing art for this now. Now, as for the boss fights...
I am not afraid to admit: I have never implemented a combat-based boss fight in my life. The closest I've come to boss fight implementation is in an older project of mine, LOVE! Starring Maily McMailerson. In LOVE!, bosses were trivial at best; they were simply oversized regular "enemies". However this time things needed to be a little bit different; and, being the first thing the player sees, the first boss fight had to be suitably intense.
I was completely lost at first. My first plan of action was to throw a boss on a screen, have him rotate between a few attacks on a timer, and leave it at that. But as I sickeningly started to implement the casing of a boss fight, something told me this wasn't right. I implemented the spawn mechanism for the boss, the introductory "scene", and a win condition, with a shell in the middle which I'd then populate with his attacks. But I stepped back and spent a night doing some research instead, and I'm glad I did.
A boss is a test.
A boss is a story.
After reading the rest of his spectacular article, I took a look at my plans for the boss fight...and scrapped them almost completely. "Okay," I thought, "What is it this boss needs to test?"
Well, he needs to test the only player-controlled mechanics in the game: moving, jumping and hitting things. He needs to be an introduction. He needs to feel tough -- maybe even tough enough to kill you on the first or second tries -- but not actually be too tough. He needs to feel like a challenge and he needs to start the game off with a "bang".
So I drew out a story arc, and I planned intended player reactions at various points in the fight on it. I noted which mechanics would be testing during the rising action, up to the climax, during and after the climax, and during the falling action.
And it looked silly.
But I think the result turned out well. It's a three-phase fight: the first phase tests primarily jumping. The second phase tests primarily combat. The third phase mixes both phases together and ramps up the difficulty a little bit. The attacks look like they HURT: I took a page out of Elama's book and added a screen shake mechanism when the player takes hits.
When the boss first throws up his shield in Phase 2 and you hit it, he sends you abruptly flying across the room. After the relatively easy game of jumprope in Phase 1, it's a rude awakening, and suddenly you know "this guy means business". It's a simultaneously positive and negative feeling -- you were waiting for a challenge and now you may get one -- but you're shocked at what just happened. Just as my rising action above shows.
On his defeat you are showered in coins and scrolls. This gives players ample loot to start the game with. A few of the charted "emotions" above aren't implemented yet; there are some story elements I have left out. There are also a few parts of the fight which are not intuitive due to lacking animations; this will be fixed in time, but for now I think it's playable.
It's a tough fight and has gone through minimal testing. It will need a lot more: I tend to make bosses far too difficult. This build release will be a "first-wave" build -- each feature I implement goes through 2-3 "waves" before it's finished, as I work on new things. The features improve each time and it's nice to see them grow. I've already toned down its difficulty quite a bit. This weekend it will see criticism. I can't wait.
The feeling of accomplishment:
Stay tuned.