Difference between revisions of "Tutorials"

From ComputerCraft Wiki
Jump to: navigation, search
(Programming & Wiring)
(Basic Tutorials)
Line 7: Line 7:
  
  
== Basic Tutorials ==
+
Probably Adobe Photoshop CS4 for sure but very complicated to learn. Get a book on it if you buy PS. I use that and is rellay hard to use but the best. You could also try Techsmith Snagit, which I also use, and comes with Snagit Editor which does a good job and much easier to learn plus cheaper in price. You can also capture your pc screen with it. I edit many digital photos and I use Snagit mostly because simpler and faster to do
These tutorials are designed to be used in the order shown, each tutorial will build on the previous ones.
+
=== Introduction to Coding ===
+
*[[Hello_World_Tutorial|Hello World!]]
+
*[[Variables]]
+
*[[Conditional_statements|If, Then, Else]]
+
*[[Functions]]
+
*[[Loops]]
+
*[[Tables]]
+
 
+
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 ==
 
== Example Programs ==

Revision as of 22:21, 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.


Probably Adobe Photoshop CS4 for sure but very complicated to learn. Get a book on it if you buy PS. I use that and is rellay hard to use but the best. You could also try Techsmith Snagit, which I also use, and comes with Snagit Editor which does a good job and much easier to learn plus cheaper in price. You can also capture your pc screen with it. I edit many digital photos and I use Snagit mostly because simpler and faster to do

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)