Cool tutorial, I like that you included how to get the software. That was one huge annoyance for me when I was trying to learn programming. They were all tutorials on code and I had no idea how to run it. @'HookJordan': > **I forgot to mention that you need to end each line of your code with a semi-colon ';'. This tells the compiler that that line of code is done and anything after it is a separate statement of code. I will go more into this in the next tutorial when we begin C# data types and basic flow of your programs.** This might confuse people however, not every line ends with a semi-colon.