Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(Before you begin)
Line 6: Line 6:
 
*[[CraftOS Shell | Shell Commands]]
 
*[[CraftOS Shell | Shell Commands]]
  
The next one should be done very soon, helpfuloy by the end of this week. I know I keep saying that, but I keep thinking of new things to ad to it.
+
 
 +
== Basic Tutorials ==
 +
These tutorials are designed to be used in the order shown, each tutorial will build on the previous ones.
 +
=== Introduction to Coding ===
 +
*[[Hello_World_Tutorial|Hello World!]]
 +
*[[Variables]]
 +
*[[Conditional_statements|If, Then, Else]]
 +
*[[Functions]]
 +
*[[Loops]]
 +
*[[Tables]]
  
 
== Example Programs ==
 
== 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.
 
These pages guide you through programs created by other users. They are not necessarily well-coded, but can be useful as a loose guide.
  
I will add this tutorial soon.In the mitaneme, try these instructions:Create the page you want to use as your main page. Also create another page you want to use as your blog page. Now, in the Dashboard, go to Options > Reading.Under  Front Page  select  Front page displays a static page . Now select the page you created for your main page ( Front page ). And select the page you created for your blog page as your  Posts page . Click  Update Options . That's it.
+
=== Turtles ===
 +
The nice little robots that do the hard work for you.
 +
*[[Turtle_Tutorial|Turtles!]]
 +
*[[Turtle_Lumberjack_(tutorial)|Turtle Lumberjack]]
 +
*[[Advanced_Turtle_Lumberjack_(tutorial)|Advanced Turtle Lumberjack]]
 +
*[[Cobble_Generator|Cobblestone Generator]]
 +
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]]
  
 
== External Tutorials/Guides ==
 
== External Tutorials/Guides ==

Revision as of 17:15, 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