Skip to content

Vagabottos/RootlogParser

Repository files navigation

RootlogParser

A parser to turn Rootlog games into JSON to be consumed.

Installation

npm i @seiyria/rootlog-parser

Usage

import { parseRootlog } from '@seiyria/rootlog-parser'

parseRootlog(yourRootlog);

You can see an example of this in test/rootlog.ts.

Future

Serialize a savefile string by passing in a JSON object.

Credits

  • Cole & Leder Games: making this great game (& letting me make cool stuff)
  • Alex: making Rootlog!