Skip to content

zaksabeast/PokemonRNGGuides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokemonRNG.com

Contributing guides

Please contribute all guides to the guides directory.

Contribute to the website

Install these tools:

Run these commands in the rng_tools directory to get the pinned rust tools:

rustup update
rustup target add wasm32-unknown-unknown

Run bun i to install the dependencies and bun run dev to have a development server start.

If you add a guide or change guide metadata, run bun run build:guides.

If you make rust changes, run bun run build:rng_tools.

To build a production version of the site, use bun run build.

Contributing on Windows

To avoid wrongly flagging unmodified files as modified, those git settings must be changed:

git config core.filemode false

git config core.autocrlf input

Licensing

  • The website (src/, guides/, and top-level files) is licensed under the MIT License.
  • The Rust RNG tools (rng_tools/) are licensed under the GNU General Public License v3 (GPLv3).
  • Contributors must follow the respective licenses when modifying these sections.

Special Thanks

About

A repository of Pokemon RNG abuse guides

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE-GPLv3
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published