A browser based Pokémon fangame heavily inspired by the roguelite genre.
Find a file
damocleas 153d89425c
Some checks failed
Deploy Main / deploy (push) Has been cancelled
Github Pages / Github Pages (push) Has been cancelled
Linting / Run all linters (push) Has been cancelled
Tests / check-path-change-filter (push) Has been cancelled
Tests / Run Tests (push) Has been cancelled
Tests / Run Tests-1 (push) Has been cancelled
Tests / Run Tests-2 (push) Has been cancelled
Tests / Run Tests-3 (push) Has been cancelled
Tests / Run Tests-4 (push) Has been cancelled
Hotfixes 1.11.3 to Main
Hotfix 1.11.3 to main
2025-11-07 20:42:02 -05:00
.devcontainer [Misc] Make the repo REUSE compliant (#6474) 2025-09-23 08:49:03 -05:00
.github [GitHub] Improved linting workflow to show intermediate step status 2025-10-15 18:24:03 -07:00
.vscode [Misc] Make the repo REUSE compliant (#6474) 2025-09-23 08:49:03 -05:00
assets@9d391bd666 Update submodules 2025-11-06 18:11:04 -08:00
docs [Refactor][Dev] Move public to its own submodule (#6590) 2025-09-27 11:01:12 -05:00
LICENSES [Refactor][Dev] Move public to its own submodule (#6590) 2025-09-27 11:01:12 -05:00
locales@b5b0d94eee Update locales 2025-11-07 20:10:35 -05:00
scripts [Dev] Added ability to pass in test type to create-test script from CLI (#6601) 2025-09-27 23:40:56 -05:00
src extendo 2025-11-07 20:23:08 -05:00
test [Bug] Fix 2-turn/charging moves breaking on lack of targets (#6759) 2025-11-07 04:27:07 +00:00
typedoc-plugins [Misc] Make the repo REUSE compliant (#6474) 2025-09-23 08:49:03 -05:00
.dependency-cruiser.cjs [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
.dockerignore [Dev] Add Podman support (#6150) 2025-09-10 14:23:13 -05:00
.editorconfig [Dev] Migrated to Biome 2.2.3, added more rules (#6259) 2025-09-08 10:35:18 -05:00
.env Beta Merge 27/07 (#3141) 2024-07-28 00:47:00 +01:00
.env.app [Dev] Add isApp & build:app for AdmiralBilly's offline app (#6632) 2025-10-06 18:51:33 -07:00
.env.beta [Misc] Disable some leftover debug code (#4546) 2024-10-02 13:13:16 -04:00
.env.development [Test] Reworked crit override to allow for forced crits (#5738) 2025-06-16 05:36:09 -07:00
.env.production Beta Merge 27/07 (#3141) 2024-07-28 00:47:00 +01:00
.env.test Beta Merge 27/07 (#3141) 2024-07-28 00:47:00 +01:00
.gitattributes [Misc] Make the repo REUSE compliant (#6474) 2025-09-23 08:49:03 -05:00
.gitignore [Refactor][Dev] Move public to its own submodule (#6590) 2025-09-27 11:01:12 -05:00
.gitmodules [Dev] Add .gitmodules entries for default branch on submodules 2025-10-15 20:40:37 -07:00
.ls-lint.yml [Refactor][Dev] Move public to its own submodule (#6590) 2025-09-27 11:01:12 -05:00
.nvmrc [Dev] Improve typescript performance and version bump node and dependencies (#6627) 2025-10-04 19:29:23 -05:00
biome.jsonc [Dev] Update biome.jsonc 2025-10-06 12:30:18 -05:00
CONTRIBUTING.md [Misc] Make the repo REUSE compliant (#6474) 2025-09-23 08:49:03 -05:00
CREDITS.md [Audio] Add new Snowy Forest Track, update loop point (#6631) 2025-10-08 12:42:57 -04:00
Dockerfile [Misc] Make the repo REUSE compliant (#6474) 2025-09-23 08:49:03 -05:00
favicon.ico Replace favicon with no BG version 2024-03-25 12:45:45 -04:00
global.d.ts [Dev] Added Typedoc plugins + README badges (#6400) 2025-09-05 11:34:22 -07:00
index.css [Misc] Make the repo REUSE compliant (#6474) 2025-09-23 08:49:03 -05:00
index.html [Misc] Make the repo REUSE compliant (#6474) 2025-09-23 08:49:03 -05:00
lefthook.yml [Refactor][Dev] Move public to its own submodule (#6590) 2025-09-27 11:01:12 -05:00
LICENSE Update license to AGPL 3 2024-03-25 19:22:58 -04:00
package.json Update version to 1.11.3 2025-11-07 17:20:00 -08:00
pnpm-lock.yaml [Dev] Add polyfill for ES2025 iterator (#6654) 2025-10-12 21:46:09 -05:00
pnpm-workspace.yaml [Dev] Update pnpm, add core-js to allowed builds (#6703) 2025-10-27 19:15:06 -07:00
README.md [Docs] Add biome lint badge to README (#6636) 2025-10-07 10:52:29 -05:00
REUSE.toml [Misc] update root REUSE.toml 2025-10-05 16:10:05 -05:00
tsconfig.json [Dev] Add polyfill for ES2025 iterator (#6654) 2025-10-12 21:46:09 -05:00
tsdoc.json [Docs] Add interface to known tags in tsdoc 2025-09-10 13:46:52 -05:00
typedoc.config.js [Misc] Make the repo REUSE compliant (#6474) 2025-09-23 08:49:03 -05:00
vite.config.ts [Refactor] Automate namespace collection for en locale (#4625) 2025-10-06 11:15:05 -05:00
vitest.config.ts [Test] Cleaned up enum test utils (#6653) 2025-10-26 13:03:46 -05:00

PokéRogue

Discord Static Badge Docs Coverage Static Badge Testing Badge Linted with Biome License: GNU AGPL v3

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!

Contributing

See CONTRIBUTING.md, this includes instructions on how to set up the game locally.

📝 Credits

If this project contains assets you have produced and you do not see your name, please reach out, either here on GitHub or via Discord.

Thank you to all the wonderful people that have contributed to the PokéRogue project! You can find the credits here.

License

This repository seeks to be REUSE compliant: copyright and/or licensing information for each file is stored either in the file itself or in an associated REUSE.toml file.

  • All source code belonging to the project, unless otherwise noted, is licensed under AGPL-v3.0-only
  • All documentation (any markdown files), including this readme, as well as any documentation comments explicitly documenting source code, are also licensed under CC-BY-NC-SA-4.0
  • Auto-generated files produced by external tools or files of insigifnicant originality are not copyrighted and are licensed under CC0-1.0
  • To the extent that the assets we provide are licensable and applicable, they are licensed under CC-BY-NC-SA-4.0 unless otherwise noted. Exceptions can be found in associated REUSE.toml files.
    • ⚠️ Files in assets/ that are not explicitly licensed via REUSE.toml should be considered to have no licensing / copyright information.

The full license information for each file can be found by utilizing REUSE's tooling, such as via reuse spdx.