This tutorial teaches you the basics of setting up a basic 2D platform game, similar to Mario, you’ll learn Setting up a scene Importing assets […]
World- terrain, architecture and objects- This refers to the world around you in the game, with terrain referring to the ground, the look and feel […]
With Visual Studio installed, this is your first program a simple program that everyone does when they program for the first time. This program is […]
General Help A crib sheet with all of the basic C# commands and some help, this will be essential in your career with any C# […]
This tutorial continues the work done prior by extending the third person shooters, we’re adding the important aspects- minimaps, okay maybe not too important but […]
Once more we’re extending these third person tutorials, at the moment the script we’re using isn’t great, it’s pretty bad in fact, we’ll improve it […]
Now we’ve got some enemies we need some interaction, our enemies can be made to damage us, us to damage them and also we can […]
This tutorial creates a C# console application that demonstrates Static variables and, more importantly creating classes and objects in C#. Lesson Objectives Create a […]
Programming Terms We use a lot of terminology in Programming, this post aims to explain and link some of the programming terms we talk about […]
Whats a shooter without some sort of enemy? This tutorial goes through the basics of adding and setting up enemies with some basic AI. At […]