Game
Dragonian: The Imbalance of Sierr
9 years ago

Tired of climbing that Mountain?


Hello, again. For those of you new to the site, Dragonian is a Zelda-like game for Windows computers.

Anyway, the point is, there’s a certain dungeon near the end… and at the end of that dungeon, there’s a big, nasty boss. Since that particular dungeon is so frustrating, I’ve added a few things for your convenience so you only have to go through it once.

…namely, a save point, and the Fairy there actually doing something.

Also, I’d better note that I may consider making games for sale on GameJolt, so I’d better ask: What kinds of games that I make are worth selling?



1 comment

Loading...

Next up

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.

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

Concept art time!

Early on, Tiel had a backpack because in the fic she was originally created for, she was going on an adventure along with Rick. That's why I was kinda attached to her.

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

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

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.

What a bunch of clowns.

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.

Well, I was looking through some old files, and found some cool stuff.

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