Kotlin-Elective-at-HSE / minimal-cookie-clicker-2020-2021

Minimal clone of Cookie Clicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Cookie Clicker

This project demonstrates how you can create a minimal clone of the Cookie Clicker game using KorGE.

Running from sources

The following command will run the game using Java:

./gradlew runJvm

Building and running the built version

JVM version

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.

Web version

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.

License

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.

About

Minimal clone of Cookie Clicker

License:Apache License 2.0


Languages

Language:Kotlin 100.0%