Hosted at https://pokerogue-biomes.vercel.app/
A simple map/pathfinder web-app for https://pokerogue.net/ biomes
Made with Next.js
Install npm, then:
npm run dev
biome-route-finder.tsx
is the main component, used in /app/page.tsx
The list of biomes and the adjacency list that stores info about edges/probabilties is in biome-data.ts
,
although the information about the actual ReactFlow graph, such as node placement, edge endpoint placement, and edge type is in biome-graph.tsx
.
Some other supporting files:
No unit tests =D
- Temple has two shortest cycles, useful for testing that
- Space to Abyss has vastly different shortest and highest probability path