Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(Programming & Wiring: Setting up a small tutorial for making a delay function, for new folks.)
Line 14: Line 14:
 
*[[Raw key events| Detecting specific keys (such as the arrow keys)]]
 
*[[Raw key events| Detecting specific keys (such as the arrow keys)]]
 
*[[Receiving a rednet message through os.pullEvent()|Receiving a rednet message through os.pullEvent()]]
 
*[[Receiving a rednet message through os.pullEvent()|Receiving a rednet message through os.pullEvent()]]
 
+
*[[Calculator_Tutorial]]
 
=== Turtles ===
 
=== Turtles ===
 
The nice little robots that do the hard work for you.
 
The nice little robots that do the hard work for you.

Revision as of 19:36, 28 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.