/lora

Primary LanguageKotlin

Lóra

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.

Development:

Coding conventions

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.

Architecture

Project aims to folow Clean Architerture.