Skip to content

Bredicus/prisoner-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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.

About

Prisoner Experiment Simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages