Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(Advanced tutorials)
(Programming & Wiring)
Line 21: Line 21:
 
== Example Programs ==
 
== 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.
 
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 ===
+
No there is no camera used in the rerondicg of most of the Gameboy Advance games seen on youtube. More often than none those people play it on a Gameboy Advance Emulator, which is a program that runs a virtual gameboy on their computer. There are several different emulator programs available for download on the internet, the one I prefer is named VirtualBoy. You have to download the games separately though (It's also not very legal), they're called ROM files. Many other consoles have emulators as well such as the Super Nintendo, Sega Genesis and the PS1 alongside many others. For when they record their game it's with a screen capturing program. Google  Screen Video Capture Programs  and you should be able to find some to download. There are certain ones you have to pay for and some are free, just check it out, it should say so on the main page.For those who record games from consoles they play on their TV they use something called a  Game Bridge , you can often buy them at electronic stores like Circuit City of Futureshop.
*[[Guess_The_Number_(tutorial)|Guess the Number]]
+
*[[Making_a_Password_Protected_Door|Password Protected Door]]
+
*[[Making_an_API_(tutorial)|Programming an API]]
+
*[[Startup|Running script automatically at boot with Startup]]
+
*[[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()]]
+
*[[Calculator Tutorial]]
+
*[[Rednet Tutorial]].
+
  
 
=== Turtles ===
 
=== Turtles ===

Revision as of 11:03, 18 September 2012

As some tutorials might not be listed here, you can also browse the tutorials category.

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

I only had to edit loop.php because that's where the query_string() finotucn was at for my front page.I would check index.php for your query_string() and then continue with my instructions from the video.Hope that helps! Thanks for commenting.

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. No there is no camera used in the rerondicg of most of the Gameboy Advance games seen on youtube. More often than none those people play it on a Gameboy Advance Emulator, which is a program that runs a virtual gameboy on their computer. There are several different emulator programs available for download on the internet, the one I prefer is named VirtualBoy. You have to download the games separately though (It's also not very legal), they're called ROM files. Many other consoles have emulators as well such as the Super Nintendo, Sega Genesis and the PS1 alongside many others. For when they record their game it's with a screen capturing program. Google Screen Video Capture Programs and you should be able to find some to download. There are certain ones you have to pay for and some are free, just check it out, it should say so on the main page.For those who record games from consoles they play on their TV they use something called a Game Bridge , you can often buy them at electronic stores like Circuit City of Futureshop.

Turtles

The nice little robots that do the hard work for you.

External Tutorials/Guides

Roblox Wiki (Has tutorials on Lua)