Difference between revisions of "Tutorials"
From ComputerCraft Wiki
m (Adding a link to the Tutorials category) |
|||
| Line 8: | Line 8: | ||
*[[The console and its shell]] | *[[The console and its shell]] | ||
| − | === Programming === | + | === Programming & Wiring === |
| − | + | <pre>LOGIN:</pre> | |
| − | *[[ | + | *[[Hello_World_Tutorial|Hello World!]] |
| + | *[[Guess_The_Number_(tutorial)|Guess the Number]] | ||
| + | *[[Making_a_Password_Protected_Door|Password Protected Door]] | ||
| + | *[[Making_an_API_(tutorial)|Programming an API]] | ||
| + | *[[Startup|Running script automatically at boot with Startup]] | ||
| + | |||
| + | === Turtles === | ||
| + | The nice little robots that do the hard work for you. | ||
| + | *[[Turtle_Tutorial|Turtles!]] | ||
| + | *[[Turtle_Lumberjack_(tutorial)|Turtle Lumberjack]] | ||
| + | *[[Advanced_Turtle_Lumberjack_(tutorial)|Advanced Turtle Lumberjack]] | ||
Revision as of 20:31, 15 March 2012
Look for the Getting Started guide if this is your first try.
List of tutorials
Check the tutorials category.
Basics
Common things that may need some explanation.
Programming & Wiring
LOGIN:
- 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.