logic flow banner

logic flow

2 devlogs
1h 30m 9s

logic flow is an interactive playground that reveals how computers make everyday decisions

Vulcan
  • instead of using different structs for each gate, i used a shared gate struct called CircuitGate
  • the CircuitGate uses the global inputs A and B as input, and react to them, green dot for 1 and grey dot for 0
  • moving the gates work, but it doesn’t affect anything
0
Vulcan

started the project

made the logic gate structure which will calculate the output from different gates and inputs
added a simple canvas where the 4 gates are draggable

0