Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 568 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 568 Bytes

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.