ProodjePindakaas / Quantum-Werewolf

The python script for running a game of Quantum Werewolf
MIT License
2 stars 0 forks source link

Start with subset of permutations #18

Closed ProodjePindakaas closed 3 months ago

ProodjePindakaas commented 1 year ago

Instead of starting with all permutations as possibility at the start. start with a random subset of all permutations. the subset may be selected as:

keep in mind that there should always be at least one permutation to start the game.

ProodjePindakaas commented 1 year ago

player experience is probably related to de deviation from the mean role probabilities. an implementation with fixed standard deviation of roles probabilities can thus be tuned to player experience.