Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(External Tutorials/Guides: Added PIL as a guide)
 
(4 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
*[[Variables]]
 
*[[Variables]]
 
*[[Conditional_statements|If, Then, Else]]
 
*[[Conditional_statements|If, Then, Else]]
*[[Function (type)|Function]]
+
*[[Function (type)|Functions]]
 
*[[Loops]]
 
*[[Loops]]
 
*[[Tables]]
 
*[[Tables]]
 +
 +
== Advanced Tutorials ==
 +
These tutorials cover more advanced topics which can be useful but are not strictly necessary for simple projects.
 +
 +
*[[Class]]es
 +
*[[Lua_Resource_Pack_Making_(Tutorial)|Lua Resource Pack Making]]
  
 
== Example Programs ==
 
== Example Programs ==
Line 23: Line 29:
 
*[[Calculator Tutorial]]
 
*[[Calculator Tutorial]]
 
*[[Rednet Tutorial]].
 
*[[Rednet Tutorial]].
 +
*[[Usage of the bundled cable using the Redstone API]]
  
 
=== Turtles ===
 
=== Turtles ===

Latest revision as of 17:51, 20 October 2015

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

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 cover more advanced topics which can be useful but are not strictly necessary for simple projects.

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