Skip to content

kevinlinxc/pokerogue-biomes

Repository files navigation

Pokérogue Biomes

Hosted at https://pokerogue-biomes.vercel.app/

demo-gif

A simple map/pathfinder web-app for https://pokerogue.net/ biomes

Features:

  • Click on biomes to see what pokemon inhabit it
  • Find shortest route from one biome to another
  • Find highest probability route from one biome to another
  • Find shortest cycle(s) that visit the same biome repeatedly

To run locally

Install npm, then:

npm run dev

Open http://localhost:3000

File layout

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:

Testing

No unit tests =D

  • Temple has two shortest cycles, useful for testing that
  • Space to Abyss has vastly different shortest and highest probability path

About

Biome navigation helper website for the hit game Pokerogue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published