Turing Factorio is a computation mod. It adds programmable computers to further increase your factory's efficiency.
This mod is currently a work in progress, feel free to submit a pull request if you have any suggestions or code improvements.
20230408-0720-29.4946754.mp4
-
Controller terminal:
- input commands to basic shell
- edit scripts
- upload scripts to microcontrollers over network (via IP address)
- send commands to microcontrollers running scripts
- run scripts locally
-
Microcontroller:
- Run scripts
- Recieve commands from controller
-
Scripts:
- Lua scripts
- Output signals to circuit network
- Recieve signals from circuit network
Allows for user input to control the network and write scripts.