Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
m (Programming & Wiring)
(Programming & Wiring: Setting up a small tutorial for making a delay function, for new folks.)
Line 7: Line 7:
 
=== Programming & Wiring ===
 
=== Programming & Wiring ===
 
*[[Hello_World_Tutorial|Hello World!]]
 
*[[Hello_World_Tutorial|Hello World!]]
 +
*[[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 12:52, 20 April 2012

Look for the Getting Started guide if this is your first try. As some tutorials might not be listed here, you can also browse the tutorials category.

Basics

Common things that may need some explanation.

Programming & Wiring

Turtles

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