KorGE Getting Started
Welcome to KorGE
Korge is a multiplatform game development toolset.
Getting started with KorGE is really simple.
Quickstart
-
Install the KorGE IntelliJ plugin and create a project with the project wizard (check here for a video description)
-
Either
- Download the HelloWorld KorGE project from here, or
- Clone the HelloWorld Repository via
git clone https://github.com/korlibs/korge-hello-world
After downloading or cloning, open it in IntelliJ as a project
Check some samples
-
Download the Samples KorGE project from here
-
Clone the Samples Repository via
git clone https://github.com/korlibs/korge-samples.git
After downloading or cloning, open it in IntelliJ as a project
Learning KorGE
-
Take your first steps learning to create a sample game with basic shapes.
-
Then build a more complex and realistic game with a step-by-step tutorial to build a 2048 game.
From there you can get a deep look to the reference documentation, and have a look at creating your own KorGE bundles to see how others have built games and learn from them.