Skip to content

Commit

Permalink
v0.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Mar 9, 2021
1 parent 86602c2 commit 2544fec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
19 changes: 8 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ All releases must adhere to [SemVer 2](https://semver.org/) naming convention an
## LivingMarkup [Unreleased]
Released: TBD. Notable changes:
* Todo: User should be able to get dice
* Todo: Getting dice should match up with lucks effect
* Todo: If luck exceeds max potential a luck dice temporarily added
* Todo: Set whether luck can exceed max potential
* Added: Dice notation parser
* Added: Luck
* Added: Test coverage
* Added: Dice, Collection, and Cup
* Added: Docs
* Added: Automated testing
* Added: Dedicated development environment.

## LivingMarkup 0.1.0
Released: 2021-03-08. Notable changes:
* Added: Luck, Dice notation parser, Dice, Collection, and Cup [35b224e](https://github.com/ouxsoft/LuckByDice/commit/35b224efb59c05922dc13903381959961b6fa69c)/
* Added: Test coverage [6d66739](https://github.com/ouxsoft/LuckByDice/commit/6d66739d09d314160e6ebc039878139d3ad03fa6)
* Added: Add autogenerated docs [1e90f19](https://github.com/ouxsoft/LuckByDice/commit/1e90f190ef285041399a20c9fa7e93e295f549b2)
* Added: Automated testing [118c90d](https://github.com/ouxsoft/LuckByDice/commit/118c90dda2e3866f7aa452f3f70b439bdc8161b5)
* Added: Dedicated development environment [luckbydice-dev](https://github.com/ouxsoft/luckbydice-dev).
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@

A library for simulating luck based dice rolls from dice notations written in PHP.

This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how changes in luck that impact outcome and vice versa.

Dice notation supported: `d2,1d4,2d6+1,3d8*2,4d10+5*10`

This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how outcome impacts luck and vice versa.
<p align="center"><img src="https://raw.githubusercontent.com/ouxsoft/LuckByDice/main/docs/statistics.png" alt="statistics"/></p>

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ a luck.
// our luck effects our next roll
echo $turn->roll();
This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how changes in luck that impact outcome and vice versa.
This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how outcome impacts luck and vice versa.
|graph|

Installation
Expand Down

0 comments on commit 2544fec

Please sign in to comment.