Game
Belgrad: Y2K
7 years ago

Pop Quiz!


When making this game, there are things I have to cut. One idea for this game was to use trivia questions so obtuse, you’d need the internet or a wide knowledge of things that existed in the ’90s and before to solve them. I’ve decided against this for the final game.
These ones involve some copyrighted works for references.

So, let’s test your knowledge with deleted questions. Okay?

5d0949f174bf9.png

Which company dubbed Space Firebird 2772 for home video release?

5d0949f3acedb.png

In Project G.e.e.K.e.R., Geeker’s favorite food is a chocolate _____.

5d0949f5acdf9.png

In the 1984 production of Andrew Lloyd Webber’s musical about trains, what is the name of the smoking car?

5d0949f7b501a.png

Author of the phrase: “What is a man? A miserable little pile of secrets.”

…the last one may not be what you think. :P



0 comments

Loading...

Next up

If I'm gonna optimize the Towers engine, I'm gonna have to figure out where to cut off drawing certain objects.

Thankfully, this isn't REAL 3D, so it makes optimizing easier.

...maybe.

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.

...huh.

Didn't realize that debug mode was different on that version of Game Maker. Also shows WAY too much for players to use.

You can also click and drag some of those elements.

On the plus side, the tile layer ISN'T overlapping, and Draw draws objects.

On the other hand, NOW the tile layer lags during camera movement.

I guess I'd better let everything else lag for consistency (somehow), or fix the lag.

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.

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.

For some reason, I wanted to experiment with a different thumbnail.

It took a while, but I got rotating flat sprites going.

Technically, it's a polygon, but it works.

If I were to do sprite-stacking, I have a basis, but my primary use for this is rotating attack animations.

Two screenshots.

Yep. I've got floor tiling. Kinda had a problem with arranging the sight-box at angle 270, but I've got it down.

I'm wondering if culling the walls is the right choice for indoors.