sininen-blue / logic-gate-tesseract

A logic gate game
MIT License
0 stars 0 forks source link

make the simulation system #1

Closed sininen-blue closed 2 months ago

sininen-blue commented 2 months ago

still need the temp line for connection creation

and actual simulations

make the input and output variables next

sininen-blue commented 2 months ago

might need a 3rd null state for when only 1 connection is attached to a gate, so gray it out

sininen-blue commented 2 months ago

figure out how to run the truth table

based on how many input variables, run through each combination and either just simulate it by pushing it to the simulator, or do some math based on the gates on the screen