Difference between revisions of "Tutorials"
From ComputerCraft Wiki
(→Basic Tutorials) |
m |
||
Line 5: | Line 5: | ||
*[[Getting Started]] | *[[Getting Started]] | ||
*[[CraftOS Shell | Shell Commands]] | *[[CraftOS Shell | Shell Commands]] | ||
+ | |||
== Basic Tutorials == | == Basic Tutorials == | ||
Line 13: | Line 14: | ||
*[[Conditional_statements|If, Then, Else]] | *[[Conditional_statements|If, Then, Else]] | ||
*[[Functions]] | *[[Functions]] | ||
− | |||
===Coding for ComputerCraft=== | ===Coding for ComputerCraft=== | ||
*[[Raw key events]] | *[[Raw key events]] | ||
+ | |||
== Exemplar Programs == | == Exemplar Programs == | ||
Line 36: | Line 37: | ||
*[[Cobble_Generator|Cobblestone Generator]] | *[[Cobble_Generator|Cobblestone Generator]] | ||
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]] | *[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]] | ||
+ | |||
== External Tutorials/Guides == | == External Tutorials/Guides == |
Revision as of 23:25, 1 June 2012
As some tutorials might not be listed here, you can also browse the tutorials category.
Contents
Before you begin
It is recommended that you read these pages before you begin working with ComputerCraft.
Basic Tutorials
These tutorials are designed to be used in the order shown, each tutorial will build on the previous ones.
Introduction to Coding
Coding for ComputerCraft
Exemplar Programs
These pages guide you through programs created by other users. They are not necessarily well-coded, but can be useful as a loose guide.
Programming & Wiring
- Making a Delay (timer) function
- Guess the Number
- Password Protected Door
- Programming an API
- Running script automatically at boot with Startup
- Detecting specific keys (such as the arrow keys)
- Receiving a rednet message through os.pullEvent()
- Calculator_Tutorial
Turtles
The nice little robots that do the hard work for you.