This is a simple implementation of the Gobblet Gobblers game using Compose Multiplatform. Currently, it supports Android, Desktop and Web.
Warning This game is still in development.
- Compose Multiplatform
- MVVM is an architectural pattern in computer software that facilitates the separation of the development of the graphical user interface.
To run your desktop application in Android Studio, select desktopApp
in the list of run configurations and click Run:
You can also run Gradle tasks in the terminal:
./gradlew run
to run application./gradlew package
to store native distribution intobuild/compose/binaries
To run your application on an Android emulator:
-
Ensure you have an Android virtual device available. Otherwise, create one.
-
In the list of run configurations, select
androidApp
. -
Choose your virtual device and click Run:
Alternatively, use Gradle
To install an Android application on a real Android device or an emulator, run ./gradlew installDebug
in the terminal.
Thanks to Robin Schäfer for the Tier Images