Skip to content

Conversation

@bennyz
Copy link
Member

@bennyz bennyz commented Jul 31, 2024

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.

Authored by:
mashashtiv
ZoeSasportas

@bennyz bennyz force-pushed the generate-seed branch 2 times, most recently from 470ecbb to 14aa237 Compare July 31, 2024 11:02
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants