Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(Turtles)
Line 11: Line 11:
 
*[[Making_an_API_(tutorial)|Programming an API]]
 
*[[Making_an_API_(tutorial)|Programming an API]]
 
*[[Startup|Running script automatically at boot with Startup]]
 
*[[Startup|Running script automatically at boot with Startup]]
 
+
*[[Raw key events| Detecting specific keys (such as the arrow keys)]]
 
=== 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 14:00, 8 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.