Level Editor
Clear
Load Level
Save Level
Test Level
Tools
↖
Select
V
✥
Move
M
→
Connect
C
×
Delete
D
Components
Properties
Select a component to edit properties
Shortcuts
V
Select
M
Move
D
Delete
Del
Remove
R
Rotate
P
Plex Glass
Ctrl+Z
Undo
Ctrl+Y
Redo
Ctrl+C
Copy
Ctrl+V
Paste
Width:
10
−
+
Height:
8
−
+
Ready
Hypothesis Script
const list = new List(); list.define([ {red: 70, blue: 30}, {red: 30, blue: 70} ]); list.permute(); export const sackA = list.select(0).forBetting(); export const sackB = list.select(1); // Define arms const arm1 = arm(); const arm2 = arm(); // Define sampling schedule: {arm: [times]} schedule({ arm1: [0, 1, 3, 5], arm2: [2, 4, 6, 7] });
Execute
Template Palette
Execute script to create templates