Week of Awesome III, Part 4: Throwing bones

Published August 13, 2015
Advertisement
This has been day 4. The midway point has been passed and everything seems to be on schedule. I don't think I'll be able to create as much levels as I originally wanted to make but we'll see. Right now it's only the tutorial level anyway.

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
2 likes 4 comments

Comments

rodolfodth

very cool man! :D

August 13, 2015 08:27 PM
slicer4ever
intersting. I think there is a bug with reclaiming your bones though, after jumping usually the second tombstone, recalling my bones seems to be inconsistant. i'm pressing up and my arms shoot up but the bones move to no avail, eventually it seems to randomly work after awhile.
August 13, 2015 11:07 PM
__Toz__

Thanks for mentioning that slicer. It's not a bug, I just made it so you can only recall the bones when you are near a checkpoint. I was wondering if people would figure this out on their own. Guess not. So I will change the tutorial text to mention this.

August 14, 2015 08:40 AM
Endurion

Works nicely here (AMD though). The texts on the graves are a bit hard to read, I didn't notice that they have the instructions on the first run.

August 14, 2015 07:02 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement