Hi thanks!
Sure, certainly!
I also want to eventually add some physics-based levels for fun, with like a box2D sim interacting with the circuits (with N circuit ticks = 1 box2D "tick"), or even little games on top of the circuit, but I need these tutorial campaigns first otherwise the step curve is way too high.
Hi, thanks!
Today the game is focused on digital logic, It would be fun to put resistors, capacitors or maybe transistors, maybe as a mod, but the algorithm would be a little different, would need analog simulation which I'm less familiar with.
Would probably be slower but doable, fun mod for the future!
Thanks! Yeah I got inspiration from Wireworld and Wired logic , just wanted to build a "paint" layer on top of it one day but i end up adding more and more :)
The genious leadership at prime video thought it would be a good idea to introduce adds not only on the beginning of movies but also in the middle of it, with an extra paid option (on top of prime) to remove it. When an add appeared I got so frustrated I cancelled my prime subscription at that very moment. I wonder if they even considered/cared about brand reputation impact.
It's handy for non-tech-savy people, namely the elderly. It can be used for playing music: "Alexa play X", "Alexa shutdown" is all the user needs to know.
That "enough of the damn emails" moment from Bernie Sanders during the democratic debate was very weird to say the least. It seemed he wasnt interested at all at moving forward with the nomination.
I haven't thought of that. It might be cool to add something like that for some extra puzzle/optimisation element. I guess it might be useful for netlist export? thanks
For "easy gpu programming" look for tensorflow or any of these "run on CPU and GPU" libraries. For anything else there's no magic, need to write kernel code and take care of memory layout.