Difference between revisions of "Tutorials"
From ComputerCraft Wiki
Major Cooke (Talk | contribs) (→Programming & Wiring: Setting up a small tutorial for making a delay function, for new folks.) |
|||
Line 14: | Line 14: | ||
*[[Raw key events| Detecting specific keys (such as the arrow keys)]] | *[[Raw key events| Detecting specific keys (such as the arrow keys)]] | ||
*[[Receiving a rednet message through os.pullEvent()|Receiving a rednet message through os.pullEvent()]] | *[[Receiving a rednet message through os.pullEvent()|Receiving a rednet message through os.pullEvent()]] | ||
− | + | *[[Calculator_Tutorial]] | |
=== Turtles === | === Turtles === | ||
The nice little robots that do the hard work for you. | The nice little robots that do the hard work for you. |
Revision as of 19:36, 28 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()
- Calculator_Tutorial
Turtles
The nice little robots that do the hard work for you.