ramensapien Posted November 17, 2022 Share Posted November 17, 2022 What is the best and the easiest framework to make an idle game in html5? I'm having difficulties to find a good fit. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 17, 2022 Share Posted November 17, 2022 Unity is a great tool, but it has many features unnecessary for the likes of most incremental games. UE4 is an extreme example but a blank apk with it is like 100MB. It might be wise to use a more 2D focused engine instead of one that tacks a pseudo 2D mechanism. Unless you intend to have 3D features in your idle game of course. Any 2D game engine that exports to Android devices will work. If you fancy Lua, Corona SDK, Gideros, Defold, maybe love2d Java has libgdx Haxe has Heaps PhaserJS - https://phaser.io/ Godot natively has GDScript and C# but can adapt to just about any language. If you want to use HTML/JS there is plenty of tooling for it to be a perfectly fine mobile game dev environment. If really depends what language you want to use. There is a engine for just about every language under the sun. Quote Link to comment Share on other sites More sharing options...
BillyKane Posted December 5, 2022 Share Posted December 5, 2022 GDevelop Quote Link to comment Share on other sites More sharing options...
RobertCleese77 Posted December 16, 2022 Share Posted December 16, 2022 CreateJS is one of the best HTML5 development frameworks in terms of its libraries and tools. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.