Modelation of Firelights/Vivarim TTRPGs started.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-11-28 12:58:47 -05:00
parent 014eba5937
commit 8a1d90d06f
6 changed files with 31 additions and 1 deletions

View File

@ -8,7 +8,7 @@ and then run from a Playground:
```smalltalk
ExoRepo new
repository: 'https://code.tupale.co/Offray/RoloLudo';
repository: 'https://code.sustrato.red/Offray/RoloLudo';
load.
```

View File

@ -0,0 +1,3 @@
accessing
oracles
^ oracles ifNil: [ oracles := self populateOracles]

View File

@ -0,0 +1,3 @@
accessing
populateOracles
^ wiki

View File

@ -0,0 +1,7 @@
accessing
wiki
^ wiki ifNil: [
wiki := (TiddlyWiki new)
name: 'Firelights/Vivarium games wiki';
template: 'https://vivarium.tiddlyhost.com/'
]

View File

@ -0,0 +1,17 @@
{
"commentStamp" : "",
"super" : "Object",
"category" : "RoloLudo",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"deck",
"dice",
"wordMap",
"oracles",
"wiki"
],
"name" : "Firelights",
"type" : "normal"
}