https://github.com/ellie-commons/rollit
Simply roll a dice
https://github.com/ellie-commons/rollit
elementary-apps elementary-os elementaryos gtk4 pantheon vala
Last synced: 9 months ago
JSON representation
Simply roll a dice
- Host: GitHub
- URL: https://github.com/ellie-commons/rollit
- Owner: ellie-commons
- License: gpl-3.0
- Created: 2025-07-19T17:53:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-07T20:32:40.000Z (10 months ago)
- Last Synced: 2025-09-07T21:28:15.349Z (10 months ago)
- Topics: elementary-apps, elementary-os, elementaryos, gtk4, pantheon, vala
- Language: Vala
- Homepage:
- Size: 459 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-gtk - Rollit - Roll the dice application from six-sided dice up to 999 sides, designed for elementary OS `#vala` `#gtk4` `#granite`. (Gaming / Board and Card Games)
README
Roll-It
Simply roll a dice
## Installation
Roll-It is designed and developed primarily for [elementary OS]. The latest stable release is available via AppCenter.
[](https://appcenter.elementary.io/io.github.ellie_commons.rollit)
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
[
](https://flathub.org/apps/dev.zelikos.rollit)
## 💝 Donations
You can donate to various contributors:
- Akzel/Zelikos, the original author (https://ko-fi.com/akzel94)
- teamcons, the main devs and maintainers behind Roll-It as of now (https://ko-fi.com/teamcons)
## 🏗️ 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
```bash
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:
```bash
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