Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

mpolidori/roll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Roll

Roll is a very simple (WIP) D&D die roller written in Python 3.

Installation

These are temporary installation instructions. I have plans to add this project to the PyPI and AUR (Arch User Repository) in the future.

Clone this repository:

% git clone https://github.com/mpolidori/die-roll.git

Add an alias to your .bashrc, .zshrc, or equivalent:

alias roll="python ~/path/to/roll.py "

Examples

Rolling 2d6:

% roll 2d6

 6
 2

 Total: 8

Rolling d20:

% roll d20 

 20

 Total: 20

(Nice! Nat 20!)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages