Lóra is a Czech card game, similar to Mariáš. Check out official rules here: http://lora.nikde.eu/lora-pravidla.htm
This app aims to bring this card game to mobile devices. It's is currently in very early stages of development.
Project uses Detekt to enforce code style. We try to follow official Kotlin coding conventions with few minor adjustments
If you want to run checks locally, type ./gradlew detekt --continue into your terminal or ./gradlew detekt --auto-correct --continue for automatic corrections.
Project aims to folow Clean Architerture.