Kotlin Web Games?

Hi all! I’m looking for a game engine in Kotlin that supports web. I really like how the Phaser.js framework is designed, but I also really like static typing (and generally don’t like JavaScript that much). Dukat isn’t working, so I was wondering if you might know any engines that either run on JVM with something like GWT or on Kotlin/JS? Thanks.

You should check out https://korge.org/

Great documentation. IntelliJ plugin with project templates, viewers/editors for assets, etc.

Korge is multiplatform and comes with build targets for Web, Desktop, Android, iOS

2 Likes