Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(External Tutorials/Guides)
(Undo revision 2171 by 126.117.226.163 (talk))
Line 42: Line 42:
 
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]]
 
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]]
  
I am good with photoshop, and have a dniegesrs eye. Unfortunately, I am hopelessly inept when it comes to coding. I have read through basic html, xhtml, and css tutorials, but I am so visual it is hard to really grasp it without a helping hand.  I have googled this topic ALOT, lol.  But, all I find are more tutorials on the basics, which I already understand to an extent, and WYS's that only offer basic webdesign capabilities.  Maybe I am hoping for too much, but I really want something to show/help me create an advanced website. I know I can do it, but I need a push i the right direction. If possible, I would like something that doesn't involve tables. I don't get the concept, and I hear they are outdated anyway.oh yes.  another monkey wrench in the works is that anything suggested has to be free.  i am in college with NO money.  trial versions of things are acceptable, but free is obviously prefered.  thanks in advance.note.  when i say visual, i don't mean reading.  if you have add or any form of learning disability you will understand what i mean.  reading is ok, but i am looking for something more hands on that i can watch happening  video, wys, anything but more type that just goes on and on  like i said before, i understand how code works.  i don't need a lesson on how to type it  so much as i need to see how all the typing comes together.ok  i am getting some good answers  but not quite getting my meaning through i think.  i scratch the question above if you will  can someone just explain tables?  how do they work? why are they there?  can i get rid ofthem? how? anything you can offer.
+
== External Tutorials/Guides ==
 +
*[http://www.minecraftforum.net/topic/907632-mod-tutorial-computercraft-v12-very-basic-lua-tutorial-updated-1112/page__p__11556908#entry11556908 Onionnion's Basic Lua Tutorial]
 +
*[http://www.computercraft.info/forums2/index.php?/topic/1516-ospullevent-what-is-it-and-how-is-it-useful/page__view__findpost__p__11156 Onionnion's os.pullEvent() Guide]
 +
 
 +
[[Category:Tutorials]]

Revision as of 13:12, 17 July 2012

As some tutorials might not be listed here, you can also browse the tutorials category.

Before you begin

It is recommended that you read these pages before you begin working with ComputerCraft.


Basic Tutorials

These tutorials are designed to be used in the order shown, each tutorial will build on the previous ones.

Introduction to Coding

Advanced tutorials

These tutorials deal with specific functions that are not always necessary, but may help improve your code considerably.

Coding for ComputerCraft

Example Programs

These pages guide you through programs created by other users. They are not necessarily well-coded, but can be useful as a loose guide.

Programming & Wiring

Turtles

The nice little robots that do the hard work for you.

External Tutorials/Guides