Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(External Tutorials/Guides)
(Undo revision 3075 by 2.49.198.230 (talk))
Line 28: Line 28:
 
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]]
 
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]]
  
Mark, after much frustration sehncairg for answers finding your tutorial training was a major relief to what has been a painful experience with the Dreamweaver software. The tutorial definitely explained concepts (css) making them understandable. I'm an e-learning developer for a major electrical engineering company (ABB). While I love my job I also own a General Contracting firm in extreme need of an impressive web site. You’re training rivals that done by a major corporation and for sure you should feel no shame in the price you charge and the value you deliver to the customer. I'm sure many your critics have no idea the time and energy it takes to develop training like the one you have developed. I have to admit to installing and staying up way to late completing the course in one evening taking delight in reducing the frustration and lack of understanding. While I still have allot to learn your program really got the ball rolling. I look forward to the day you develop the next tutorials.Thank You!Randy
+
== 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]
 +
*[http://wiki.roblox.com/ Roblox Wiki (Has tutorials on Lua)]
 +
 
 +
[[Category:Tutorials]]

Revision as of 04:50, 21 September 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

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.

Turtles

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

External Tutorials/Guides