All Projects → trnglina → rfyl

trnglina / rfyl

Licence: Unknown, CC0-1.0 licenses found Licenses found Unknown LICENSE CC0-1.0 COPYING
An RPG dice roller.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to rfyl

rpg-dice-roller
📱 RPG Dice Roller, Number Generator, Coin Flip - Available on Google Play Store - Made with React Native | Styled-Components
Stars: ✭ 15 (+36.36%)
Mutual labels:  rpg, dice-roller, rpg-dice-roller
quick-dice-roller
The flexible, complete and handy Android dice roller for boardgame & RPG geeks.
Stars: ✭ 16 (+45.45%)
Mutual labels:  dice-roller, rpg-dice-roller
dice-roller
a dice roller generator in PHP
Stars: ✭ 13 (+18.18%)
Mutual labels:  dice-roller, rpg-dice-roller
rpgdice
A generic RPG dice roller syntax and library.
Stars: ✭ 24 (+118.18%)
Mutual labels:  rpg, dice-notation
ApocaBot
ApocaBot: A Discord Bot for PbtA Games
Stars: ✭ 30 (+172.73%)
Mutual labels:  rpg, rpg-dice-roller
DiceRoller
Extensible and well-documented dice roller with a robust set of features. Excellent for play-by-post forums, virtual tabletops, or for integrating into character sheets or encounter managers.
Stars: ✭ 22 (+100%)
Mutual labels:  rpg, dice-roller
vscode-ibmi-languages
Syntax highlighting for IBM i languages such as RPG, CL, DDS, MI, and RPGLE fixed/free.
Stars: ✭ 28 (+154.55%)
Mutual labels:  rpg
eureka
Old-school CRPG engine, editor and game
Stars: ✭ 41 (+272.73%)
Mutual labels:  rpg
PolyDiceGenerator
A customizable Polyhedral Dice Generator for OpenSCAD.
Stars: ✭ 63 (+472.73%)
Mutual labels:  rpg
engine
Online 4X Grand Strategy RPG Engine
Stars: ✭ 19 (+72.73%)
Mutual labels:  rpg
fari-games
The Ultimate Collection of Open Content for TTRPGs
Stars: ✭ 16 (+45.45%)
Mutual labels:  rpg
OpenNefia
(Archived) Moddable engine reimplementation of the Japanese roguelike Elona.
Stars: ✭ 103 (+836.36%)
Mutual labels:  rpg
Moonwards-Virtual-Moon
Development continues on Unreal, in the MoonwardsUE repository
Stars: ✭ 97 (+781.82%)
Mutual labels:  rpg
200wordrpg.github.io
Homepage for the 200 Word RPG Challenge
Stars: ✭ 31 (+181.82%)
Mutual labels:  rpg
flare
A Simple Browser Based Game.
Stars: ✭ 85 (+672.73%)
Mutual labels:  rpg
games-wabot
Games-wabot is RPG Bot Whatsapp. Now support Multi-device!!, check branch multi-device
Stars: ✭ 165 (+1400%)
Mutual labels:  rpg
HeroesArena
A turn-based arena multiplayer role-playing game
Stars: ✭ 16 (+45.45%)
Mutual labels:  rpg
Open-GTO
RPG gamemode for SA-MP
Stars: ✭ 45 (+309.09%)
Mutual labels:  rpg
LegendsOfMajesticSteel
Power metal strategy RPG
Stars: ✭ 19 (+72.73%)
Mutual labels:  rpg
VisualNovelKit
Combo of addons + template to create narrative games in Godot inspired by Ren'Py
Stars: ✭ 78 (+609.09%)
Mutual labels:  rpg

rfyl - An RPG dice roller.

A dice roller accepting dice notation written in Rust. Not maintained.

Also on crates.io if you want.

Supported input

  • Basic standard dice notation: d8, 2d12.
  • Addition: d4 + 2d6.
  • Subtraction: d100 - 15.
  • Multiplication: d12 * 2.
  • Division: d100 / 15. (Note that fractional values are rounded to the nearest integer.)
  • Brackets: (d100 + d12) / 15.
  • Complex dice notation: 1d4 + 2d6 * 3d2 / 4d8 + (2d6 + 3d8) - 16 * (1 / 1d4).
  • Percentile dice shorthand: d% = d100.
  • Boolean dice: 1d1 = 0 or 1.

License

rfyl is Public Domain software available under the Creative Commons 0. See LICENSE and COPYING for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].