/tww-rando-tracker

Tracker for The Wind Waker Randomizer AP Locations

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

FORK CHANGES

  • Only ww.apworld supported locations show up
  • Only start with swift sail
  • Back to old style of this tracker with html/css instead of node

To-Run

  • Extract the ZIP File
  • Open index.html via a web browser (Google Chrome, OperaGX etc)
  • Since there isn't actually settings at this time please just select 'Launch New Tracker'

Credits

  • Obvious credit to wooferzfg as he did most of the work. I just tweaked it.

ORIGINAL DOCUMENTATION

TWW Randomizer Tracker

Build Status

This is a tracker for The Wind Waker Randomizer. It's available at wooferzfg.me/tww-rando-tracker.

Build Instructions

Building and running the tracker locally requires you to install Node 18 and Git.

Clone the repository by running the following in a command prompt:

git clone https://github.com/wooferzfg/tww-rando-tracker.git

Navigate to the tww-rando-tracker folder and install dependencies:

cd tww-rando-tracker && npm install

You can then build and serve the tracker application:

npm start

After the server starts, you can go to localhost:8080 to open the tracker.

Documentation

Code documentation is available at wooferzfg.me/tww-rando-tracker/docs.