Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the --seed flag #490

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 31, 2024

  1. Introduce the --seed flag

    This patch makes each map generated from a random seed, the length of
    the seed is controllerd by config.seed_length.
    
    Since each run is seeded, it is possible to use a custom seed to start
    the server, using:
    ```
    $ ./rose-server --seed <seed>
    ```
    
    This makes every run reproducible for debugging and testing.
    
    Co-authored-by: Masha Shtivelberg <[email protected]>
    Co-authored-by: Zoe Sasportas <[email protected]>
    2 people authored and bennyz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    09e8c6c View commit details
    Browse the repository at this point in the history