A light-weight Android client for Polyhoot game. Written in Kotlin and made with Material Design 3 and Android 12 Dynamic Colors support.
Polyhoot! is being distributed through Firebase App Distribution. You can use this link to get releases: Firebase App Distribution Invitation
You can download latest debug package of the app from GitHub Action Android CI workflow here. Open latest successful action and download zipped APK file from the Artifacts section.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Java Development Kit 17
git clone https://github.com/polyhoot/android -b master
Linux & macOS:
./gradlew build assembleDebug
Windows:
.\gradlew.bat build assembleDebug
Linux & macOS:
./gradlew build installDebug
Windows:
.\gradlew.bat build installDebug
- Android Studio - Official Android IDE by Google & JetBrains
- Gradle - Build automation tool
- Kotlin - Official programming language for native Android apps
- Google Material Design 3 Components - New default design language for Android 12+
- OkHttp - An HTTP client for handling WebSocket sessions
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.



