One of the things I implemented today are fade-ins and fade-outs. It's a relatively a minor thing but it does make the game feel much more professional.
Another graphical feature is that I've animated the protagonist. When he walk his feet walk move back and forth and his arms will rotate. Also when reclaiming the lost lives, so that the player can create bone piles again, the character will wave his hands above his head. It looks a bit silly, as if he's screaming while running away.
The main gameplay feature I've implemented though, is the ability to pickup and drop/throw bone piles the player leaves behind when he gets hit. Implementing this took three tries, because Box2D didn't want to cooperate. I'll spare you the details because I don't want to whine. The thing is, I need to disable collision between the player and the bone piles he picks up. Otherwise the bone pillar will keep pushing the player while the bone pile tries to position itself above the player's head. This has hilarious results when the player tries to pickup a bone pile when they are standing on it; they are launched into space!
Anyway, I'm off to look for some music. The game could really use some to add some atmosphere.
Oh and before I forget, here is the latest build:
http://www.mediafire.com/download/nogp1k53b0l8iwi/ADeathADozen_v0.0.4.zip
very cool man! :D