mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 09:19:31 +02:00
|
||
---|---|---|
.github | ||
docs | ||
public | ||
src | ||
.dependency-cruiser.cjs | ||
.env | ||
.env.beta | ||
.env.development | ||
.env.production | ||
.gitattributes | ||
.gitignore | ||
dependency-graph.js | ||
eslint.config.js | ||
favicon.ico | ||
index.css | ||
index.html | ||
lefthook.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
update_exp_sprites.ps1 | ||
vite.config.ts | ||
vitest.config.ts |
PokéRogue is a browser based Pokémon fangame heavily inspired by the roguelite genre. Battle endlessly while gathering stacking items, exploring many different biomes, fighting trainers, bosses, and more!
This is a mod for PokéRogue, for use with the offline version. It's used to help with our routing project.
Feature progress:
- Logs all the steps you take while playing
- Logs the wild Pokémon you encounter and their stats
- Logs the category of trainers you encounter
- In-Game GUI to export logs
- Show damage values for attacks (present, but incomplete)
- Show catch rates
- Show attributes of wild Pokémon (max IVs, nature, abilities)