Add ruleset

This commit is contained in:
2026-02-12 14:41:09 +01:00
parent 7c70a9ed04
commit 42444a89d6
4 changed files with 17 additions and 0 deletions

10
RULESET.md Normal file
View File

@@ -0,0 +1,10 @@
# Iris ruleset
## Base systems
### Randomisation
- Iris uses xorshift32 for randomisation.
- The seed is set once at the beginning through user input. You can add more ways to set the seed, but the user has to be able to set it themselves.
- Every randomisation advances the state by 1
- Every specified action and advances the state by the specified amount, if an amount is specified. If not, it **doesn't advance the state**