Xenoveritas / lttp-tracker

A Link to the Past Randomizer tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xenoveritas's LTTP Tracker

This a tracker for the Legend of Zelda: A Link to the Past Randomizer randomizer.

It is currently designed based on no-glitches standard mode, although there is planned support for doing Keysanity and other runs.

Note: While this does work in Edge, it does not (and will not) work in Internet Explorer. Internet Explorer support is not planned at this time. The only targeted (and officially supported) browsers are Firefox, Chrome, and Edge.

Installing

This requires using Node.js and the Yarn package manager. (Theoretically this works with NPM but no NPM lock file is provided, so use with NPM at your own risk.)

With those two installed, building it should be fairly easy:

yarn install
yarn build

This will generate the production version in dist/. The main HTML file is dist/index.html.

Generating the debug version

There's a separate "debug" version that doesn't run the script through a minifier. You can run that using:

yarn start

This creates a dev version that's not minified and contains map files, starting Webpack in "watch" mode, so any changes to the source will cause the Webpack version to be rebuilt. (It does not include live-reload in the browser, you will need to reload the tracker within the browser.) Like the build version, this generates a version in dist/ which can be started via dist/index.html.

About

A Link to the Past Randomizer tracker

License:MIT License


Languages

Language:TypeScript 78.6%Language:JavaScript 13.5%Language:CSS 7.5%Language:HTML 0.4%