Skip to content

benjdero/GameOfLife

Repository files navigation

GameOfLife

Pet project to experiment with Kotlin Multiplatform

Structure

  • /shared the business logic shared across all the applications.
    • commonMain is for code that's common for all targets.
    • androidMain, iosMain and jvmMain for target specific implementation
  • /composeApp the Android and Jvm application using Jebrains Compose for its user interface.
  • /iosApp the iOS application using SwiftUI for its user interface.

Screenshots

Android

Android screenshot 1 Android screenshot 2 Android screenshot 3

Android screenshot 4

Desktop

Desktop screenshot

iPhone

iPhone screenshot 1 iPhone screenshot 2

About

Conway's Game of Life implementation for Android / iOS / Desktop using Kotlin Multiplatform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published