Metadata-Version: 2.1
Name: dicemaths
Version: 0.0.3
Summary: Package for performing basic statistical calculations on the outcomes of dice rolls
Home-page: https://github.com/AlDacMac/dicemaths
Author: AlDacMac
Author-email: alasdairmacgdev@gmail.com
License: UNKNOWN
Description: #DiceMaths
        
        This package is intented for performing basic statistical calculations on the outcomes of dice rolls within the context of various dice based games
        
        ##coreMaths.py
        
        This file contains basic operations that can be used regardless of game-specific idiosyncracies (i.e whether rerolls can be rerolled)
        
        ##infinityMaths.py
        
        This file deals with operations for use on Corvus Belli's game Infinity. The key system is the idea of a contested roll, in which higher rolls beat lower ones, and can themselves be negated by critical hits.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
