This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Parabolah's profile picture

ComputerCraft teaching programs

Started by Parabolah, 03 December 2013 - 06:12 PM
Parabolah #1
Posted 03 December 2013 - 07:12 PM
I am looking for programs to teach different parts of Compu terCraft like the tutorials in ComputerCraft made by dan200 So that I can learn how to code things with a program that corrects for me.
tesla1889 #2
Posted 03 December 2013 - 07:16 PM
well, the debugger is pretty useful.
error messages are too, but sometimes they lead back to the API they came from rather than your program.

as with everything, nothing beats experimentation.
just program something with the expectation that you are going to fail the first hundred times.
no professional developers get it right on the first build either.
awsmazinggenius #3
Posted 03 December 2013 - 08:34 PM
Tried Google? I recommend FunshineX's Youtube tutorials. Google him and press the "Videos" tab. And it is better for you to fix your own mistakes, so that you learn from them, as not every program catches every error.
Edited on 03 December 2013 - 07:35 PM
biggest yikes #4
Posted 09 December 2013 - 08:17 PM
Try typing "lua" and messing around with functions you think might work.
Otherwise, look it up :D/>