Game
Belgrad: Curse of the Castle
10 years ago

Bosses are all done!


The title says it all. Each and every major boss for Belgrad: Curse of the Castle is done. Now, I’m working on adding those good little story bits. Perhaps the game will take a few more weeks instead of months to finish. …maybe. Don’t count all your chickens just yet.

…and for those of who are wondering what Belgrad: Curse of the Castle is, it’s a Metroidvania set in a castle, and quite clearly “borrows” elements from Castlevania. …the good ones, mostly.



0 comments

Loading...

Next up

Okay, I'm testing out the HTML5 version again.

The crash is consistent with the one level, and one enemy spawning around that location: this guy.

Time to figure out why...

EDIT: I suspected the Magnet Crusher, but it's likely this guy.

On one hand, I'm getting there. On another hand, "No, I'm not."

Then again, I probably forgot something important about layering the old-fashioned way, and something about using a view as a texture.

Dang it. I got the math right.

The real trick now is to optimize it. It's easier to do since it's technically all 2D.

Part one of my zany scheme for a new project worked.

Using two Views, I can draw one squished, rotatable View as a texture, meaning I can use tiles for an isometric perspective.

Now, the tricky part is where everything looks like a pop-up book.

The floor's movement, being a view drawn onto a surface, is still one frame behind.

However, I figured it's more efficient to draw walls separately than to use blocks for indoor segments. They can stretch and keep doing the depth math accurately.

The character and movement tests are going well, but...

OH. THAT's what Draw GUI does. It's not crunchy.

Then again, I thought that drawing a view to a surface would work the way I expected, but it ain't.

Here. Just to give you an idea as to what I'm going for.

The character and GFX are temporary, but they help me realize what I want to do with the engine.

Screenshots for Belgrad: Curse of the Castle

Okay, so I'm doing something either crafty or questionable: drawing the objects with Draw GUI.

It works, doesn't it?

Testing out a tentacle...