This is a simple React/Vite app that displays routes for DK64. It also provides links to source material Google Docs.
It's intended to be used on mobile, or as a browser source in OBS/streaming software. (That's why it'll look...wide on larger screens.)
- Show/hide counts for:
- Golden Bananas
- Blueprints
- Battle Crowns
- Banana Fairies
- Banana Medals
- Boss Keys
- N64/Wii U VC toggle for console-specific routes
- Dark mode
- You can jump between sections with the left/right arrow keys, or by pressing the arrows on the header bar.
- Clicking on the title of the route will bring you back to the main page.
-
N64:
- Any%:
- 5-Kong (with warps)
- 5-Kong (warpless)
- 1-Kong (2014 route)
- 1-Kong (2015 route)
- 101%:
- No Levels Early:
- Intermediate
- Advanced 40 BP
- 801 IQ Route
- Category Extensions:
- Any%:
-
Wii U VC:
- Any%:
- 5-Kong
- 1-Kong (2014 route)
- 1-Kong (2015 route)
- 101%:
- Beginner (w/video links)
- Intermediate
- Expert
- No Levels Early:
- Intermediate
- Advanced 40 BP
- Helm Escape
- Category Extensions:
- Any% No ISG
- Any% All Keys
- 100 GBs Moveless (unofficial)
- Tag Anywhere 101% (unofficial)
- Tag Anywhere NLE
- Glitchless Any%
- Glitchelss 101%
- Any%:
I have this app hosted at geoffhuntsgood.com/dk64router, but if you have Node.js on your machine you can run it yourself. Just:
- Clone the repository
- CD to that directory in your terminal
- Run "npm i && npm run dev"
- The app will now run at localhost:5173 in your browser.