2020-06-20 22:30:46 +00:00
|
|
|
# RoloLudo
|
|
|
|
|
2021-11-09 22:16:12 +00:00
|
|
|
Utilities for table top role playing, starting with [Ironsworn](https://www.ironswornrpg.com/) and
|
2021-11-10 15:09:59 +00:00
|
|
|
[Starforged](https://www.ironswornrpg.com/product-ironsworn-starforged).
|
|
|
|
|
|
|
|
To install it on Pharo/GToolkit first install [ExoRepo](https://code.tupale.co/Offray/ExoRepo)
|
|
|
|
and then run from a Playground:
|
|
|
|
|
|
|
|
```smalltalk
|
2021-11-10 15:11:17 +00:00
|
|
|
ExoRepo new
|
|
|
|
repository: 'https://code.tupale.co/Offray/RoloLudo';
|
|
|
|
load.
|
2021-11-10 15:09:59 +00:00
|
|
|
```
|