A parser to turn Rootlog games into JSON to be consumed.
npm i @seiyria/rootlog-parser
import { parseRootlog } from '@seiyria/rootlog-parser'
parseRootlog(yourRootlog);
You can see an example of this in test/rootlog.ts
.
Serialize a savefile string by passing in a JSON object.
- Cole & Leder Games: making this great game (& letting me make cool stuff)
- Alex: making Rootlog!