Utilities for table top role playing, starting with Ironsworn.
Go to file
Offray Vladimir Luna Cárdenas 5312e322f0 Firelights: inventory, relics and starting vehicle implemented. 2023-12-20 19:06:51 -05:00
BaselineOfRoloLudo.package Defining basic baseline. 2021-07-24 09:11:45 -05:00
RoloLudo.package Firelights: inventory, relics and starting vehicle implemented. 2023-12-20 19:06:51 -05:00
.project Synchronizing the remote repository with the local one. 2021-05-17 17:46:44 -05:00
.properties Synchronizing the remote repository with the local one. 2021-05-17 17:46:44 -05:00
README.md Firelights: inventory, relics and starting vehicle implemented. 2023-12-20 19:06:51 -05:00

README.md

RoloLudo

Utilities for table top role playing, starting with Ironsworn, Starforged and Firelights.

To install it on Pharo/GToolkit first install ExoRepo and then run from a Playground:

  ExoRepo new
    repository: 'https://code.sustrato.red/Offray/RoloLudo';
    load.

The first utilities connect JSON oracles with the 502Lab wiki to facilitate translations. In the future it is expected to incorporate different utilities to make the game experience more fluid and minimalistic:

  • Virtual dice.
  • Querying of oracles and wiki.
  • Bots connected to Telegram or other game channels.
  • Querying and editing of character sheets.

References:

  • Dataforged: Official Ironsworn: Starforged rules data in JSON, for use in community tools.
  • Datasworn: JSON files of game data for the tabletop role-playing game Ironsworn, and its expansion, Ironsworn: Delve. For use in community-created tools, since it doesn't make sense to duplicate work on data entry.
  • Stargazer conversions: This project provides scripts to convert JSON content forged with rsek data to match the models used in the Stargazer project.