jbMVS / DiceRoll

A dice rolling cli program, for tabletop style games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiceRoll

A dice rolling cli program, for tabletop style games. You will need help.txt, jokes.txt, and welcome.txt in the same directoroy as diceroll.py and dicerollfunc.py.

Dice Roll is a command-line-interface program for rolling virtual multi-sided dice used in tabletop games. Type a commmand followed by "Enter."

        d2: type "2"                             ______________
        d3: type "3"                            /    ___      /|
        d4: type "4"                           /    ___      / |
        d5: type "5"                          /____________ /  |
        d6: type "6"                         | ___________ |  ||
        d7: type "7"                         ||  _    _   || |:|
        d8: type "8"                         ||  0    0   || : |
        d9: type "9"                         ||  \____/   ||   |
        d10: type "10"                       ||___________||   |
        d20: type "20"                       | o _______   |  /
        d100: type "100"                    /|  (_______)  | /
        exit: type "exit"                  ( |_____________|/
        help: type "help" or "?"            \
        info: type "info"              .=======================.
        joke: type "joke"              | ::::::::::::::::  ::: |
        welcome: type "welcome"        | ::::::::::::::[]  ::: |
                                       |   -----------     ::: |
                                       `-----------------------'
                                       
        Type "web" to open this program's code in a browser.

About

A dice rolling cli program, for tabletop style games.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%