Go to file
2025-09-09 11:49:38 -05:00
.devcontainer Add license information 2025-09-02 13:21:32 -05:00
.github fix: minor wording adjustments and typo fixes 2025-09-03 20:14:37 -05:00
.vscode chore: add FileContributor attributions for Bertie 2025-09-04 23:22:31 -05:00
docs Add license information 2025-09-02 13:21:32 -05:00
LICENSES Update licensing in scripts 2025-09-09 11:49:38 -05:00
public Add license for bat scripts in public 2025-09-09 11:43:40 -05:00
scripts Update licensing in scripts 2025-09-09 11:49:38 -05:00
src Add license information 2025-09-02 13:21:32 -05:00
test [Refactor] Refactor boss health segment calculation to improve clarity (#6574) 2025-09-22 20:08:39 -05:00
typedoc-plugins Update licensing in scripts 2025-09-09 11:49:38 -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.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 Add license information 2025-09-02 13:21:32 -05:00
.gitignore Add snippets for spdx 2025-09-02 14:18:51 -05:00
.gitmodules Add license information 2025-09-02 13:21:32 -05:00
.ls-lint.yml Add license information 2025-09-02 13:21:32 -05:00
.nvmrc [Dev][GitHub] Update to node 22 (#5586) 2025-04-14 12:37:26 -05:00
biome.jsonc Add license information 2025-09-02 13:21:32 -05:00
CONTRIBUTING.md Add license information 2025-09-02 13:21:32 -05:00
CREDITS.md Add license information 2025-09-02 13:21:32 -05:00
Dockerfile [Dev] Add Podman support (#6150) 2025-09-10 14:23:13 -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 Add license information 2025-09-02 13:21:32 -05:00
index.html Move ps1 files out of public 2025-09-09 11:10:39 -05:00
lefthook.yml Add license information 2025-09-02 13:21:32 -05:00
LICENSE Update license to AGPL 3 2024-03-25 19:22:58 -04:00
package.json [Dev] Update pnpm 2025-09-21 00:21:27 -07:00
pnpm-lock.yaml [Deps] Bump typedoc version (#6576) 2025-09-19 17:23:50 -07:00
pnpm-workspace.yaml [Dev] Remove warnings from pnpm interactions (#6061) 2025-07-04 04:08:53 +00:00
README.md fix: minor wording adjustments and typo fixes 2025-09-03 20:14:37 -05:00
REUSE.toml Add more licensing info 2025-09-09 10:43:10 -05:00
tsconfig.json Add license information 2025-09-02 13:21:32 -05:00
tsdoc.json [Docs] Add interface to known tags in tsdoc 2025-09-10 13:46:52 -05:00
typedoc.config.js [Docs] Adjust favicon icon for docs site 2025-09-11 13:48:07 -05:00
vite.config.ts Add license information 2025-09-02 13:21:32 -05:00
vitest.config.ts Add license information 2025-09-02 13:21:32 -05:00

PokéRogue

Discord Static Badge Docs Coverage Static Badge Testing Badge 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, so copyright and any licensing information is stored either in the file, or in an associated REUSE.toml file.

Using the REUSE helper tool, you can run reuse spdx to get a full bill of materials.

  • 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 public/ that are not explicitly licensed, as per the 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.