diff --git a/README.md b/README.md new file mode 100644 index 0000000..51d21b0 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# oradel-chance + +![](https://img.shields.io/badge/written%20in-Javascript-blue) + +Calculate attack probabilities in the board game "Oracle of Delphi". + +## Changelog + +2018-03-24 +- Fix off-by-one in monster HP +- Remove jQuery dependency + +2017-04-08 +- Initial public release + + +## Download + +- [⬇️ oradel-chance.html](dist-archive/oradel-chance.html) *(4.18 KiB)* diff --git a/dist-archive/oradel-chance.html b/dist-archive/oradel-chance.html new file mode 100644 index 0000000..76b1adc --- /dev/null +++ b/dist-archive/oradel-chance.html @@ -0,0 +1,106 @@ + + + + + + + + +

Oracle of Delphi

+

Chance of defeating a monster

+ + + + + + + + + + + + + + + + + +
+
+
012345678
+ + + + diff --git a/doc/screenshot.png b/doc/screenshot.png new file mode 100644 index 0000000..ac669a7 Binary files /dev/null and b/doc/screenshot.png differ