Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
m (External Tutorials/Guides: More appropriate link to Onionnion's Basic Lua Tutorial)
(Before you begin)
Line 4: Line 4:
 
It is recommended that you read these pages before you begin working with ComputerCraft.
 
It is recommended that you read these pages before you begin working with ComputerCraft.
 
*[[Getting Started]]
 
*[[Getting Started]]
*[[The console and its shell]]
+
*[[CraftOS Shell | Shell Commands]]
 
+
  
 
== Basic Tutorials ==
 
== Basic Tutorials ==

Revision as of 14:42, 17 May 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


Exemplar Programs

These pages guide you through programs created by other users. They are not necessarily well-coded, and might teach bad practices.

Programming & Wiring

Turtles

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

External Tutorials/Guides