Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(Added External Tutorials/Guides)
Line 22: Line 22:
 
*[[Cobble_Generator|Cobblestone Generator]]
 
*[[Cobble_Generator|Cobblestone Generator]]
 
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]]
 
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]]
 +
=== External Tutorials/Guides ===
 +
*[http://www.computercraft.info/forums2/index.php?/topic/33-computercraft-v12-very-basic-lua-tutorial/page__view__findpost__p__122 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]

Revision as of 13:31, 8 May 2012

Look for the Getting Started guide if this is your first try. As some tutorials might not be listed here, you can also browse the tutorials category.

Basics

Common things that may need some explanation.

Programming & Wiring

Turtles

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

External Tutorials/Guides