Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 510 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 510 Bytes

prisoner-experiment

Prisoner Experiment Simulator

The embedded video explains what this is simulating.
The following variables are set as maximums by default but you can modify them in the console if you wish to but note these operations are running on your device and are blocking.

let maxCols = 25;
let maxRuns = 100;
let maxParticipants = 500;

The maxRuns variable is dynamic. If the number of participants is set to 100 or lower, the maximum runs is set to 1000.