You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dima.avdeev b1fe574a7e
update uikit sample to compose version 1.2.0 alpha01 dev724 (#2137)
2 years ago
..
gradle/wrapper update experimental samples compose (1.2.0-alpha01-dev675) and kotlin version (1.6.21) (#2047) 2 years ago
src Move few MPP examples to experimental for now (#1739) 2 years ago
.gitignore iOS gradle: create task to deploy on connected iOS device (#1944) 2 years ago
README.md update uikit sample to compose version 1.2.0 alpha01 dev724 (#2137) 2 years ago
build.gradle.kts update uikit sample to compose version 1.2.0 alpha01 dev724 (#2137) 2 years ago
gradle.properties update uikit sample to compose version 1.2.0 alpha01 dev724 (#2137) 2 years ago
gradlew Move few MPP examples to experimental for now (#1739) 2 years ago
gradlew.bat Move few MPP examples to experimental for now (#1739) 2 years ago
settings.gradle.kts Move few MPP examples to experimental for now (#1739) 2 years ago

README.md

Minesweeper

A simple game powered by Compose Multiplatform

Run native on MacOS

./gradlew runDebugExecutableMacosX64 (Works on Intel processors)

Run on iOS simulator

./gradlew iosDeployIPhone8Debug ./gradlew iosDeployIPadDebug

Run on iOS device

Credits