Tutorials
From ComputerCraft Wiki
Revision as of 12:52, 20 April 2012 by Major Cooke (Talk | contribs) (→Programming & Wiring: Setting up a small tutorial for making a delay function, for new folks.)
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.