Go to file
RedstonewolfX 60db2d034b
Update README.md
Changed the README to reflect this project's purpose and progress
2024-07-08 11:13:50 -04:00
.github [Beta] Add deployment workflow for beta environment (#2595) 2024-07-03 16:01:32 -04:00
docs Create comments.md (#1498) 2024-05-28 10:46:25 -04:00
public [Sprite] Shiny Minior Fixes (#2876) 2024-07-06 19:47:47 -04:00
src Progress for July 8 2024-07-08 10:54:36 -04:00
.dependency-cruiser.cjs Add dependency cruiser command (#2192) 2024-06-16 00:26:37 -04:00
.env [QoL] Added https and server url is read from the env now (#1764) 2024-06-07 21:43:32 +01:00
.env.beta [Beta] Add deployment workflow for beta environment (#2595) 2024-07-03 16:01:32 -04:00
.env.development [QoL] Added https and server url is read from the env now (#1764) 2024-06-07 21:43:32 +01:00
.env.production [Beta] Add deployment workflow for beta environment (#2595) 2024-07-03 16:01:32 -04:00
.gitattributes Initial commit 2023-03-28 14:54:52 -04:00
.gitignore Add dependency cruiser command (#2192) 2024-06-16 00:26:37 -04:00
dependency-graph.js Add dependency cruiser command (#2192) 2024-06-16 00:26:37 -04:00
eslint.config.js Add empty line at the end of config 2024-05-24 16:41:46 +02:00
favicon.ico Replace favicon with no BG version 2024-03-25 12:45:45 -04:00
index.css [UI] Fix the display size of inputs, which is MUCH too small, and should be dependent on screen size rather than a fixed value (#2143) 2024-06-12 13:49:19 -04:00
index.html more specific font unicode ranges and add unifont to existing families (#2459) 2024-06-20 11:28:47 -04:00
lefthook.yml ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
LICENSE Update license to AGPL 3 2024-03-25 19:22:58 -04:00
package-lock.json Fix high severity vulnerability (#2446) 2024-06-20 14:04:21 +01:00
package.json [Beta] Add deployment workflow for beta environment (#2595) 2024-07-03 16:01:32 -04:00
README.md Update README.md 2024-07-08 11:13:50 -04:00
tsconfig.json [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
update_exp_sprites.ps1 Fix crash with certain animated variant sprites 2024-04-26 02:00:58 -04:00
vite.config.ts Add dependency cruiser command (#2192) 2024-06-16 00:26:37 -04:00
vitest.config.ts Add dependency cruiser command (#2192) 2024-06-16 00:26:37 -04:00

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)