Relik77 / factorio_computer_core

MIT License
7 stars 4 forks source link

Add a way to read user input from the console [Suggestion] #9

Closed zachary-D closed 6 years ago

zachary-D commented 6 years ago

I haven't found a function/method to read user input from the console, and it'd be a nice function to have.

Relik77 commented 6 years ago

Hi,

I add functions to be able to read a user input, you can find examples here: https://github.com/Relik77/factorio_computer_core/tree/master/examples/read-input

Enjoy