Difference between revisions of "Tutorials"
From ComputerCraft Wiki
(Re-arranging page, pending a tutorials overhaul) |
m (→External Tutorials/Guides: More appropriate link to Onionnion's Basic Lua Tutorial) |
||
Line 32: | Line 32: | ||
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]] | *[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]] | ||
== External Tutorials/Guides == | == External Tutorials/Guides == | ||
− | *[http://www. | + | *[http://www.minecraftforum.net/topic/907632-mod-tutorial-computercraft-v12-very-basic-lua-tutorial-updated-1112/page__p__11556908#entry11556908 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]] | [[Category:Tutorials]] |
Revision as of 14:38, 17 May 2012
As some tutorials might not be listed here, you can also browse the tutorials category.
Contents
Before you begin
It is recommended that you read these pages before you begin working with ComputerCraft.
Basic Tutorials
These tutorials are designed to be used in the order shown, each tutorial will build on the previous ones.
Introduction to Coding
Exemplar Programs
These pages guide you through programs created by other users. They are not necessarily well-coded, and might teach bad practices.
Programming & Wiring
- 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.