Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(Programming & Wiring)
Line 25: Line 25:
 
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.
 
=== Programming & Wiring ===
 
=== Programming & Wiring ===
*[[Making_a_Delay_function|Making a Delay (timer) function]]
 
 
*[[Guess_The_Number_(tutorial)|Guess the Number]]
 
*[[Guess_The_Number_(tutorial)|Guess the Number]]
 
*[[Making_a_Password_Protected_Door|Password Protected Door]]
 
*[[Making_a_Password_Protected_Door|Password Protected Door]]

Revision as of 10:43, 11 July 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

Advanced tutorials

These tutorials deal with specific functions that are not always necessary, but may help improve your code considerably.

Coding for ComputerCraft

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