Difference between revisions of "Tutorials"
From ComputerCraft Wiki
(Added External Tutorials/Guides) |
m |
||
Line 25: | Line 25: | ||
*[http://www.computercraft.info/forums2/index.php?/topic/33-computercraft-v12-very-basic-lua-tutorial/page__view__findpost__p__122 Onionnion's Basic Lua Tutorial] | *[http://www.computercraft.info/forums2/index.php?/topic/33-computercraft-v12-very-basic-lua-tutorial/page__view__findpost__p__122 Onionnion's Basic Lua Tutorial] | ||
*[http://www.computercraft.info/forums2/index.php?/topic/1516-ospullevent-what-is-it-and-how-is-it-useful/page__view__findpost__p__11156 Onionnion's os.pullEvent() Guide] | *[http://www.computercraft.info/forums2/index.php?/topic/1516-ospullevent-what-is-it-and-how-is-it-useful/page__view__findpost__p__11156 Onionnion's os.pullEvent() Guide] | ||
+ | |||
+ | [[Category:Tutorials]] |
Revision as of 14:14, 17 May 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.