Difference between revisions of "Tutorials"
From ComputerCraft Wiki
m (→Programming & Wiring) |
Major Cooke (Talk | contribs) (→Programming & Wiring: Setting up a small tutorial for making a delay function, for new folks.) |
||
Line 7: | Line 7: | ||
=== Programming & Wiring === | === Programming & Wiring === | ||
*[[Hello_World_Tutorial|Hello World!]] | *[[Hello_World_Tutorial|Hello World!]] | ||
+ | *[[Making_a_Delay_function|Making a Delay (timer) function]] | ||
*[[Guess_The_Number_(tutorial)|Guess the Number]] | *[[Guess_The_Number_(tutorial)|Guess the Number]] | ||
*[[Making_a_Password_Protected_Door|Password Protected Door]] | *[[Making_a_Password_Protected_Door|Password Protected Door]] |
Revision as of 12:52, 20 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
- Hello World!
- 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()
Turtles
The nice little robots that do the hard work for you.