Difference between revisions of "Tutorials"
From ComputerCraft Wiki
(→External Tutorials/Guides: Added PIL as a guide) |
(→Programming & Wiring) |
||
Line 23: | Line 23: | ||
*[[Calculator Tutorial]] | *[[Calculator Tutorial]] | ||
*[[Rednet Tutorial]]. | *[[Rednet Tutorial]]. | ||
+ | *[[Usage of the bundled cable using the]] [[Redstone_(API)]] | ||
=== Turtles === | === Turtles === |
Revision as of 16:32, 5 January 2014
As some tutorials might not be listed here, you can also browse the tutorials category.
Contents
Basic Tutorials
These tutorials are designed to be used in the order shown, each tutorial will build on the previous ones.
Introduction to Coding
Example Programs
These pages guide you through programs created by other users. They are not necessarily well-coded, but can be useful as a loose guide.
Programming & Wiring
- 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
- Rednet Tutorial.
- Usage of the bundled cable using the Redstone_(API)
Turtles
The nice little robots that do the hard work for you.