Skip to content

Progress tracking website for the decompilation of The Wind Waker

Notifications You must be signed in to change notification settings

LagoLunatic/tww-decomp-website

 
 

Repository files navigation

TWW Decompilation Website

A website to track the progress and show other data related to the The Legend of Zelda: The Wind Waker Decompilation Project.

This website code is forked from the website for the SpongeBob SquarePants: Battle for Bikini Bottom Decompilation Project.

It is written in TypeScript using React and Mantine. It also uses C# to pre-process the progress/asm data before building the website.

Development

  1. Install nodejs and dotnet.

Go to the latest workflow runs of BFBB. The main workflow builds the game and saves an artifact called progress.json. Download this zip file and extract it.

  1. Move the extracted progress.json into /artifacts

  2. Run the commands in build.py. You can run them individually or with python build.py

  3. Start a development server with npm run dev

About

Progress tracking website for the decompilation of The Wind Waker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.1%
  • C# 11.3%
  • Python 2.3%
  • CSS 1.4%
  • Other 1.9%