Page 1 of 1

Circuit Network Processor

Posted: Fri Jul 13, 2018 7:30 pm
by LZZ
Currently, circuit network takes too much space and the way they are visually represented in the game makes it too complicated to learn and understand existing circuits.

I believe Factorio could also be an great educational game, if we had circuit network microprocessors that could be programed inside the game with lua code.
That would make lots of people learn lua, in a fun, visual way.

There is no need for a great IDE-like interface. A simple text editor with a syntax validator would do.

The processor could have some sort of limit (comparisons? instructions? Something related to memory code, like in real microcontrollers?), so it wouldn't be too overpowered. Maybe putting blue circuits inside them, like in a storage chest, could increase this limit. I'm sure that you guys can find a way to balance it out.

At the very least, comparing the value from the red wire with the value of the green wire, for the same item, should be possible without having to multiply with -1, sum and then check if its grater then 0.
Something like: if red wire iron plate > green wire iron plate then output iron plate = 1.

Re: Circuit Network Processor

Posted: Sat Jul 14, 2018 3:10 am
by BenSeidel