Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelkolesidis/dragons_dice_roller

Dragon's Dice Roller is the first and (so far the only) open source RPG dice roller written in C available on GitHub. It aims to be a lightweight, simple, reliable and easy-to-use dice roller for any kind of role-playing game.
https://github.com/michaelkolesidis/dragons_dice_roller

c-language c-programming c-programming-language dice dice-roller dice-rolls dnd dragon random-generation roleplaying-game roll-dice rpg-dice-roller rpg-tool

Last synced: about 8 hours ago
JSON representation

Dragon's Dice Roller is the first and (so far the only) open source RPG dice roller written in C available on GitHub. It aims to be a lightweight, simple, reliable and easy-to-use dice roller for any kind of role-playing game.

Awesome Lists containing this project

README

        

, ,
\\ \\
) \\ \\ _p_
)^\))\)) / *\
\_|| || / /^\`-'
__ -\ \\--/ /
<' \\___/ ___. )'
\`====\ )___/\\
// \`"
\\ / \
\`" +========+
|Dragon's|
|Dice |
|Roller |
""""""""""
Version 1.0
Created by Michael Kolesidis
==========================================================

Dragon's Dice Roller aims to be a lightweight, simple,
reliable and easy-to-use dice roller for RPG games.

How to Use
==========
When the program starts, you are promted to enter the type
of dice you want to be rolled and how many times. You should
provide two integer numbers seperated by a space. The first
number corresponds to the type of dice and the second to the
number of dice to be rolled.

For instance, the input "6 3" will give you the result of the
D6 dice rolled three times (or three D6 dive rolled at the same
time).

After the result of the roll appears on screen, you can enter
two numbers again for the next roll.

You can exit the program by entering 0 as either the first or
the second number (or both).

Supported Types of Dice
=======================

Input Dice
4 D4
6 D6
8 D8
10 D10
12 D12
20 D20

Files Included
==============
>> dragons_dice_roller.c
Source file written in C.

>> dragons_dice_roller
Unix executable

>> README.txt
The readme file

More
====
Website: https://github.com/michaelkolesidis/dragons_dice_roller
Trivia: Dragon's Dice Roller is the first (and so far the only)
open source RPG dice roller available on GitHub written in C!

// Last Update: 09/17/2021 //