Cool game! How long have you been using unreal? is it difficult to learn?
Viewing post in Inwards jam comments
I've been using Unreal for a year or so. If you already know Unity or any other game engine, you are halfway there this is a very good documentation https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-for-un.... The concepts are very similar, and coding with Blueprints is not that hard. The challenge for me was to learn C++ from scratch, it is more different from C# than I expected.