From ac794f73f3f93e1dca91aec4d028c47690e927d6 Mon Sep 17 00:00:00 2001 From: Victoria Guevara Date: Thu, 11 Oct 2018 14:37:36 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ef54ce..729e4fc 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ __Poly(hedron) Dice__ is quick/dirty dice roller for tabletop or forum-based games. It's design was directly focused on library independence and UI efficiency. +# /Featurae/: +* ~~X~~Copy-based installation with everything packed in single executible. +* Minimalistic Win98-inspired GUI with optional .ini-based field saving. +* d2, d3, d4, d5, d6, d8, d10, d12, d20, d30, d100 support. + # /Reassembling/: -__PolyDice__ was written in plain [PureBasic v4.40](http://purebasic.com) without any third-party libraries. -Reported as being compatible with modern compiler revisions up to _5.40 LTS_. -To rebuild compile 'PolyDice.pb' as root sourcefile. +__PolyDice__ was written in plain [PureBasic v4.40](http://purebasic.com), though compatible with _5.40 (LTS)_. +To rebuild - compile 'PolyDice.pb' as root sourcefile. # /Brief samples of interfacing/: ![image](https://user-images.githubusercontent.com/8768470/46800272-d4c3f780-cd5f-11e8-9ef7-140b0a9bb9fa.png)