15 comments

[ 4.9 ms ] story [ 38.9 ms ] thread
Awesome! have a gif of a working calculator? Reminds me of the way that people would build digital electronics in the 'powder-toy' genre of games. Was that an inspiration for this project?
Looks similar to Wireworld[1], although the rules are different

1: https://en.wikipedia.org/wiki/Wireworld

Yeah, this was indeed inspired by Wireworld and its frustrating timing constraints.
why did you choose the number 6 for maxCharge?
The larger the number the slower the simulation will run. But a numer that is too low will force you to include repeaters everywhere. So 6 seamed to be reasonable.
Very cool. It reminds redstone circuits from Minecraft.
Now all we need is a Verilog to GIF compiler.
Reminds me of John von Neumann's 29 state cellular automata [1], which he used to build a universal constructor [2], but that historic rule made it much harder to cross signals. (You could easily modify the rule to make that easier, but then it wouldn't be historically accurate, which is what makes it so interesting: he designed the rule and the universal constructor in his extremely powerful mind and on ordinary paper!) It's able to create and destroy wires, to the extent that it can actually build other machines and even replicate itself.

[1] https://en.wikipedia.org/wiki/Von_Neumann_cellular_automaton

[2] https://en.wikipedia.org/wiki/Von_Neumann_universal_construc...

building simulations is the strength of computation assisted intuition