Difference between revisions of "Tutorials"
From ComputerCraft Wiki
(→Programming & Wiring) |
|||
Line 12: | Line 12: | ||
*[[Startup|Running script automatically at boot with Startup]] | *[[Startup|Running script automatically at boot with Startup]] | ||
*[[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()]] | ||
+ | |||
=== 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 11:02, 17 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!
- 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.