This project demonstrates how you can create a minimal clone of the Cookie Clicker game using KorGE.
The following command will run the game using Java:
./gradlew runJvm
The following command will build the game as a runnable jar file into the build/libs
dir:
./gradlew packageJvmFatJar
You can run this jar file via java -jar fileName.jar
.
The following command will build the game as a set of files into the build/distributions
dir:
./gradlew jsBrowserProductionWebpack
To play, open index.html
file via a browser.
The source code of this project is available under Apache 2.0 license. The resources are taken from the Cookie Clicker game and Zombie Bird guide.