Ask HN: Cross-platform game framework for Android, iOS?
I'm looking to write a 2D puzzle game. Probably nothing more complicated than a puzzle game like http://weplaydots.com/ . Any recommendations on frameworks/platforms? MonoGame? LibGDX?
If it matters, I've written Android apps before, but more of the social networking kind of app rather than a game.
Thanks.
3 comments
[ 3.0 ms ] story [ 9.2 ms ] threadLibGDX is a good choice if you don't want to target iOS. They just switched to a brand new iOS backend that is still very young.
MonoGame is great for cross-platform, but parts of the build process are still Windows-only.
I'm on Windows, so a Windows-only build process is ok.
Thanks for the reply.