🧠 Universal Logic Simulator Setup
🔢 Base (≥2):
🔣 Symbols (comma-separated):
0,1
🎨 Signal Colors
🎨 assign Random Colors
⚙️ Gate Logic Code
const UniversalGate = ([a, b]) => { // Hopefully Universal const n = symbols.length; if (a === b) return [(a + 1) % n]; if (a > b && a < n - 1) return [1]; return [0]; };
Next
Signal Delay (ms):
⚠️ Once you proceed, configurations can't be changed. Are you sure?
Confirm
Cancel