Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Haha... The choice of game engine... Yeah... I would definitely go with something completely different next time... The decision alone to make a 2d game in a 3d environment is completely absurd right? I would try godot or at least unreals paper2d the next time... But my lack of knowledge had me using the tools I already know to finnish this game... This game really showed me where I have to improve, and structuring my build is definitely part of it... What would be your tip to improve on these things? Should I rebuild this game to fit a 2d environment? ... I guess that would kill most of the bugs... There shouldn't be any dead ends, but I guess adding more different endings than just these three would make it less frustrating... That drag'n drop system I was talking about would also affect the feel of the game... 

In the end I really like to give unreal another chance on 2d, because I'm sure I did it absolutely wrong... I don't think it's the best tool for this kind of game... But I want to master this engine before I extend my knowledge in a different direction ;) 

Huh, I didn't realize it was a full 3D environment. The game looks very similar to the layered 2D games I've played in the past.

I'm really the wrong person to ask about Unreal development; I'm almost exclusively a Unity developer. From talking with other people at jams I get the impression that Unreal is very powerful but also difficult to use, especially for people who are new to it. Godot seems to be very popular these days, more popular than it was in the past. It's had a lot of improvements in recent years so that's not surprising. I've seen a lot more 2D games than 3D games on Godot although the engine supports both.

It's often hard to choose between using what's probably the better tool for the job and using the one you're more familiar with. I tend toward the latter personally. It's never bit me too hard, but there are definitely times where I've looked over and figured, yeah, it would have been easier to use something else. I built a visual novel for BCGJ 2020 (unreleased, sometimes referred to as Whistler) on my homegrown Unity framework, and it was definitely more awkward to build and ended up with a less polished result than if I'd used RenPy.

The dead end I thought I ran into was picking the flowers before getting the mail or pencils, which seemed to make the drawing impossible.

Oh, Unreal definitely is a powerful tool... And because i came from blender the node-based blueprints Editor already felt familiar... I also considered using JMonkeyEngine because I'm Java Native Speaker, but I decided on unreal at the end because I gotta learn C either way and the engine definitely seemed more powerful xD

My personal aim is to get to know several alternatives and be good at those that differ the most, so that i can decide which one I'm using for the game I want to make and what fits best... But one thing at a time... 

Ah... THAT dead end xD You think it would be better to let the player also use the filled vase instead?