Skip to content

ellie-commons/rollit

Repository files navigation

An icon representing a six-sided dice, showing a three

Roll-It

Simply roll a dice

A screenshot of a window displaying a dice result and a history of past rolls
Made for elementary OS

Installation

Roll-It is designed and developed primarily for [elementary OS]. The latest stable release is available via AppCenter.

Get it on AppCenter

It is the updated, older codebase of Chance, which once was an elementary OS, but is now on Flathub and for GNOME systems:

The code is originally from @zelikos, who allowed us to update it for elementary OS

Download on Flathub

💝 Donations

You can donate to various contributors:

🏗️ Building

Installation is as simple as installing the above, downloading and extracting the zip archive, changing to the new repo's directory, and run the following command:

On elementary OS or with its appcenter remote installed

flatpak-builder --force-clean --user --install-deps-from=appcenter --install builddir ./io.github.ellie_commons.rollit.yml

On other systems:

First, install the elementary Flatpak runtime & SDK:

flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo
flatpak install appcenter io.elementary.Platform//8.2 io.elementary.Sdk//8.2

Then follow the elementary OS instructions