Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.92 KB

README.md

File metadata and controls

64 lines (48 loc) · 2.92 KB

Lucky Dice Roller Android App

Overview

Welcome to the Lucky Dice Roller Android App repository! This app provides a fun and interactive way to roll dice, where you can customize the number of dice and their sides. Built using Android and Kotlin, this app brings luck to your fingertips!

Features Planned to Add

  • Roll multiple dice
  • View results in real-time
  • User-friendly interface with visual dice representation
  • Save and view previous rolls

URL to download

Play store (close testing)

Images

Logo Splash Main
Main1 Main2 Main3
History Empty History Popup

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/abdurrahmambulut/lucky-dice-roller.git
  2. Open the project in Android Studio.
  3. Sync the project with Gradle files.

Code Formatting

To maintain a clean and consistent codebase, I use ktlint for Kotlin code formatting. Follow the instructions below to format your code before committing:

Formatting Code

To automatically format your code, use the following Gradle command:

./gradlew ktlintFormat