
Rules of Path Finder
🔍 Objective
In Path Finder, your goal is to form a chain of Pokémon that connects a given Start Pokémon to a Target Pokémon, where each Pokémon in the path shares an ability with the previous one.
🔗 How to Play
- You are given a Start Pokémon and a Target Pokémon.
- Build a path of valid Pokémon where each Pokémon shares at least one ability with the previous Pokémon.
- You cannot reuse any Pokémon in the same path.
- The shorter the path, the better!
🧪 Example
To connect Treecko to Sunflora:

Overgrow

Chlorophyll

Both Treecko and Bulbasaur share the Overgrow ability, and both Bulbasaur and Sunflora share the Chlorophyll ability. This is a valid 2-step path.