kotlin-game-of-life icon indicating copy to clipboard operation
kotlin-game-of-life copied to clipboard

Demo project for a Kotlin talk: "Facts about Kotlin"

Game Of Life

Yet another implementation for the Game Of Life done in Kotlin. The application is available for JVM (console and HTTP server), JS, Native (console) and iOS app.

License

MIT, you may refer to the LICENSE file for more infos

Building

Open the build.gradle.kts file in IntelliJ IDEA or Android Studio. You'll need Xcode (and mac computer) to deal with iOS application. Build Gradle project firts, than open the Xcode project from mobile-os/Conway MPP folder.