Difference between revisions of "Tutorials"
From ComputerCraft Wiki
(→Programming & Wiring) |
m (→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()|Receiving a rednet message through os.pullEvent()]] |
=== Turtles === | === Turtles === |
Revision as of 11:03, 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.