Skip to main content Skip to docs navigation

Welcome to KorGE

KorGE Game Engine is a Kotlin Open Source modern Game Engine created in Kotlin designed to be extremely portable and really enjoyable to use.

Document not reviewed yet, might be outdated. Please, let us know if you find something invalid here.
On this page

Korge

KorGE Game Engine is an KotlinOpen Source modern Game Engine created in KotlinKotlin designed to be extremely portable and really enjoyable to use. It works on Desktop, Web and Mobile. It is fully asynchronous, so it is also nice for the web.

It includes libraries for game development and other areas, an asset & library store, starter kits, and an IntellIJ plugin to improve the workflow.

You can see a small presentation of KorGE here: https://korge.org/

Star Maven Central Discord

Next Steps

Now that you have a working environment, let’s explore other concepts.

  1. Install the environment and run the Hello World
  2. Then build a more complex and realistic game with a step-by-step tutorial to build a chess game.
  3. Finally, deploy it in one of our supported platforms.

You can also explore the documentation or search for specific topics.

Asking Questions and Solving Doubts

You can ask questions in:

We have a nice and welcoming community! Feel free to drop in.

Tools:

KorGE uses intelliJ as IDE + Gradle for building. You can check how to set-up the environment here.

Gradle IntelliJ

Targets:

  • You can target JVM Desktop and Android using Kotlin/JVM.
  • With JavaScript you can generate Web and PWA applications.
  • With Kotlin/Native you can generate native Windows, Linux, macOS executables, as well as native iOS applications.
Was this article useful?