UW-MAGIC-lab / hidden_village

https://practical-fermat-9e0301.netlify.app/
MIT License
1 stars 7 forks source link

dynamically update sequence of conjectures a player receives based on which condition of a latin square they're in #5

Open afogel opened 3 years ago

afogel commented 3 years ago

In order to account for an ordering effect in the experiments that can be run with this tool, we'll need to implement a latin square design and be able to dynamically generate which latin square condition the player is in using URL Query Params.

To perform dynamic control flow using the condition, I recommend we reach for this: https://github.com/statelyai/xstate/discussions/1654