Game
Terry's Treasure Trouble!
2 years ago

I focused so much on SAGE, I almost forgot about IndieLand.

Then again, I got an email from the SAGE people, and heard nothing from IndieLand.

To anyone with keys, I've uploaded an updated build for this game. Still can't make it to the end yet.




0 comments

Loading...

Next up

...well... This is awkward.

Yes, I CAN make an animated background within a matte, with a shifting color palette. However, I realize this doesn't look like lava, no matter which way you shake it.

...the effect's cool, though.

Why, yes, programming an elephant IS hard. Making its eyes blue is a lot easier, but I'm not doing that.

I also had to make sure it's a robot elephant, specifically, because this is a robot circus, and it's unethical to use real elephants.

Still working on it.

There's definitely treasure around here, but it'll still take a while 'til we reach it.

Despite anything resembling better judgment, and this not going into any demos, I decided to implement a swinging mechanic.

I got it working. You can control the swing (loosely), and can stretch and retract the arm. It even adds a bit of momentum.

This should help speed up the process.

...no guarantees, but until I have an official level-select menu, this'll do.

Three reasons to be going after the treasure:

I made an up-to-date trailer for Terry's Treasure Trouble!

You know, in case it wasn't clear what kind of game this is.

First you draw parts, then program a rig for animation.

I need to work on the "What does this guy actually do" part.

Sometimes, the hardest thing when designing a boss is scaling its AI and collision boxes so the player actually stands a chance.

That being said, Clampor's finally implemented, ready to take on this little stretchy lady.

I figured out an easier way to program arranging angles on a rig.

It involves choosing which body part to move, then using the mouse to calculate an angle.

Namely, angle= point_direction(x, y, mouse_x, mouse_y).