Difference between revisions of "Tutorials"
From ComputerCraft Wiki
(→Turtles) |
(Re-added a link to the tutorials category as some of them might not be listed here.) |
||
Line 1: | Line 1: | ||
− | Look for the [[Getting Started]] guide if this is your first try. | + | 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 [[:Category:Tutorials|tutorials category]]. |
=== Basics === | === Basics === | ||
Line 6: | Line 6: | ||
=== Programming & Wiring === | === Programming & Wiring === | ||
− | |||
*[[Hello_World_Tutorial|Hello World!]] | *[[Hello_World_Tutorial|Hello World!]] | ||
*[[Guess_The_Number_(tutorial)|Guess the Number]] | *[[Guess_The_Number_(tutorial)|Guess the Number]] |
Revision as of 17:07, 17 March 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
- Hello World!
- Guess the Number
- Password Protected Door
- Programming an API
- Running script automatically at boot with Startup
Turtles
The nice little robots that do the hard work for you.