rpgsheet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3ad114902b4e0e0dccadd95f15c5c026bd40ba80
parent cd444293abf7bbe17c3cdde8d35654e6df55b0a8
Author: Egg Milk Soup <egg@milksoup.net>
Date:   Fri, 10 Jun 2022 06:43:31 -0500

Revert "add links to readme"

This reverts commit cd444293abf7bbe17c3cdde8d35654e6df55b0a8.

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -5,8 +5,8 @@ ![rpgsheet screenshot](rpgsheet.png) ## Dependencies: -* [rolldice](https://github.com/sstrickl/rolldice) for, uh, rolling dice -* [bc](https://www.gnu.org/software/bc/) for calculations +* `rolldice` for, uh, rolling dice +* `bc` for calculations ## Features * **System-agnostic:** Character sheets are stored as YAML files, and the data structure is not designed with a particular TTRPG system (ie dnd5e). You can make a template for your favorite system! This is also a bit of a downside; `rpgsheet` is quite usable, but you might miss some niceties that it could provide if it knew more about your specific system.