Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
/ froll Public archive

An experimental dice roller written in fortran

License

Unknown, CC0-1.0 licenses found

Licenses found

Unknown
LICENSE
CC0-1.0
COPYING
Notifications You must be signed in to change notification settings

trnglina/froll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

froll - Just a dice roller.

Abandoned as of 04/03/2018

A dice roller accepting basic dice notation written in Fortran.

Supported inputs

Basic standard notation is accepted, such as d8, 2d4, 3d12 + 8, along with multiple rolls, such as d8 + d12 - 3d6 + 7 - 2d8.

Missing features

In its current state, many features are not yet supported, yet support may be added in the future.

  • Multiplication and division 1d6 * 6, 2d8 / 10

  • Percentile shorthand d% vs d100

  • Exploding dice

  • Comparisons

  • Fudge dice

  • Selective results

TODO

  • Validate input in froll module.

  • Build a new command line program

Why Fortran

This was primarily an exercise in learning Fortran. As a result, the code may not be idiomatic (if idiomatic Fortran exists these days) or optimal.

License

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

About

An experimental dice roller written in fortran

Resources

License

Unknown, CC0-1.0 licenses found

Licenses found

Unknown
LICENSE
CC0-1.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published