Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jonreeve/Fingers

Repository files navigation

"Fingers"

A very simple little app that does something like the beautiful Chwazi by Ivan Seidel. That app is sadly no longer on the Play Store, and I wanted to make a super simple one screen app in KMP, so this is it. This is not quite so pretty as that one tbh, but it's functional if you just want to pick a first player.

This is a Kotlin Multiplatform project targeting Android, iOS, Desktop (JVM).

Choosing Chosen

It lacks X feature from Chwazi

Yeah, I only really used the "1 finger" default, to pick a first player. This just has that.

Is it on the Play Store?

No plans to atm. The new policies regarding developer contact info require giving up more private info than I'd like, asking a bit much from indie devs IMO. You'll have to sideload yourself for now, sorry. There's a release-style APK pre-built in the releases so you can take that and sideload it, if you want the Android build. Might later get around to uploading MSI, DEB, DMG, IPA, etc.

Build and Run Android Application

To build and run the development version of the Android app:

  • on macOS/Linux
    ./gradlew :composeApp:assembleDebug
  • on Windows
    .\gradlew.bat :composeApp:assembleDebug

Build and Run Desktop (JVM) Application

To build and run the development version of the desktop app:

  • on macOS/Linux
    ./gradlew :composeApp:run
  • on Windows
    .\gradlew.bat :composeApp:run

Build and Run iOS Application

To build and run the development version of the iOS app, use the run configuration from the run widget in the IDE’s toolbar or open the /iosApp directory in Xcode and run it from there.