Game
Dragonian: The Imbalance of Sierr
2 years ago

The Playthrough- Link in the description


Hello. Sorry it took a while to upload all the videos, but it's a pretty long game.

Anyway, here's the playlist for my playthrough of this game. May it help you figure out how to beat it.

https://youtube.com/playlist?list=PLsv-hvMkxurEYrITuPvi40py5XfmRLigo

1


2 comments

Loading...

Next up

Strangely enough, of all the games I've made .exes of, this is the one that STILL works on my current computer. And sometimes, I realize I made some poor decisions in game design with this one.

This should help speed up the process.

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

Does anyone want sprite fonts? Here's a starter pack.

Good luck assembling it, and modify it any way you want.

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.

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

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

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.

As a writer, you learn to just make stuff up. As a science-fiction writer, you justify the stuff you just make up.

"Derma" is related to "skin", and "myo" is related to "myoelectric prosthesis".

Two-level demo for Robot Maid P-NA-4 is here!

...but the game's still not in active development right now.

What a bunch of clowns.

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).