Generate Rogue scroll titles with rogue-scroll¶
In the game rogue, the player comes across scrolls with random titles. This tool can be used to generate such titles, but using a cryptographically secure random number generator instead of the original RNG.

Upon picking up a scroll of some unknown type, user is told the title of of this type of scroll that will be used throughout this instance of the game¶
The rogue source I am using for the syllables used in scroll titles for the default numbers of syllables per word and words per title come from the copy of rogue version 5.4.4 source managed by David Silva at https://github.com/Davidslv/rogue/
This tool also provides a mechanism to pick the kinds of scrolls using the same probability distribution as in rogue.
Installation¶
python3 -m pip install rogue-scroll --user
python3 -m pip install git+https://github.com/jpgoldberg/rogue-scroll@master --user
License¶
Released under Creative Commons Attribution-Noderivatives version 4.0 license. Copyright AgileBits, Inc. 2022; Jeffrey Goldberg 2024–2025.