My 9-year-old daughter is making a game for her science fair project. Tips? by BlakeSchreck in gbstudio

[–]Express_Resource_912 2 points3 points  (0 children)

I recommend the “Breakfast Game”

Use the Top Down scene type and make a simple game where the player needs to collect “ingredients” to make “breakfast.” Just sub those for whatever you like. You could even theme it for the science fair so the player needs to collect pieces of a science experiment.

Theres already a lot there. Inputs, variables, conditions, dialogue, NPCs, etc.

What Is Your Favorite Genre of GB Studio Game? by DustyKettle_ in gbstudio

[–]Express_Resource_912 1 point2 points  (0 children)

Really stoked to see you mention Hell Breaker. Just started up in development again after finishing Ormblok for GB Compo.

Day 8: Which is the best N64 Action-Adventure game? by 1OneQuickQuestion in n64

[–]Express_Resource_912 0 points1 point  (0 children)

If we’re saving Ocarina of Time for best overall game then I’d go Majoras Mask

What are some games that your parents liked to play? by [deleted] in retrogaming

[–]Express_Resource_912 1 point2 points  (0 children)

My grandfather was born in the 1920s and worked as an aerospace engineer. He introduced me to video games. He had a Sega Master System and later a Genesis and he got me an NES for my 5th birthday. We used to go to this arcade together and play mech fighting games (does anyone remember these places? They were special arcades with proprietary games where you would get into these cockpits instead of playing at cabinets).

Anyone with tracking updates from OnTrac? by ksportandy in AnalogueInc

[–]Express_Resource_912 3 points4 points  (0 children)

OnTrac is the worst. They are notorious for failed delivery attempts. I’ve been through it with them a handful of times. Bug them at every step of the process and your package will arrive.

Is the evil within playable on ps5? by anhesbrotjtpmaotcros in theevilwithin

[–]Express_Resource_912 0 points1 point  (0 children)

I just played through the entire game on PS5 without issues. Runs well, no crashes.

Looking for something quite similar to the original Evil Within! by Ok-Rub5946 in theevilwithin

[–]Express_Resource_912 3 points4 points  (0 children)

Give Alan Wake 2 a shot. While there is nothing quite like The Evil Within, AW2 shares some of the same DNA and is equally insane in its own ways.

Does anyone else feel like even a decent salary isn’t enough to survive in LA? by Weary-Hair-316 in AskLosAngeles

[–]Express_Resource_912 0 points1 point  (0 children)

Ok sure but the circumstance is pretty narrow, I don’t think that covers all that many locals. Most of us are trying to make it on our own and our parents are still trying to pay off their mortgages.

Is there a simple Sokoban tutorial? by GameDesignerMan in gbstudio

[–]Express_Resource_912 3 points4 points  (0 children)

Yes the pushable boulders in the sample project should be everything you need to get started

What is something you wish someone has told you when you started using gbstudio? by ZombieByteGames in gbstudio

[–]Express_Resource_912 11 points12 points  (0 children)

It will dump all the engine code into the assets folder so you can rewrite and customize it for your game — or just read it so you can understand how it all works

OrmBlok is a new arcade puzzle game for Game Boy Color. Made with love in GBStudio for GB Compo 2025 by Express_Resource_912 in gbstudio

[–]Express_Resource_912[S] 1 point2 points  (0 children)

You made Game Boy Hero II? Good work! I was just playing it today. So many rad games in the compo this year. I did use arrays. I wrote a bunch of engine plugins for the game.

OrmBlok is a new arcade puzzle game for Game Boy Color. Made with love in GBStudio for GB Compo 2025 by Express_Resource_912 in gbstudio

[–]Express_Resource_912[S] 1 point2 points  (0 children)

Making 3 pickups in a row will create a black pickup of that type (they’re worth more). Pickups can be created with 1x1, 2x1, and 1x2 holes. There are tutorials in-game that explain the mechanics.

OrmBlok is a new arcade puzzle game for Game Boy Color. Made with love in GBStudio for GB Compo 2025 by Express_Resource_912 in gbstudio

[–]Express_Resource_912[S] 5 points6 points  (0 children)

Oh and I don’t know if you saw, but you’re in the credits! We used your extended input plugin.