Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi, yeah I was expecting poor performance on a very experimental web assembly kind of packaging. It runs on TeaVM, and this lets you run Java based games as a Webassembly package. I was surprised it ran anyway. So this was my chance to learn Kotlin on top of Libgdx and WASM.

Libgdx is A very basic but complete Game Framework, similar to Cocos2D. I know Godot and Unity have better web support. I will look into it, but I like to go ‘low level’. But I might change that opinion once I have more focus on Game Design and Playability

Oh, now I can understand, thank you!

Engines that use the Java language as a base are much more user-friendly compared to C#, for example. It seems convenient to use them in the context of learning and executing, and at least it worked, because the game is playable, and you can have fun.

Engines like Godot and Unity are much more competent for video games in general, but they are quite complex at times (especially when getting used to them at the beginning). I recommend taking a look when you feel more comfortable and want to do something more robust, they are really great when you understand them better, even so it's good to consider the engine that is most comfortable for you.