top of page

Programming

I'm relatively new to programming and only started to learn C# in 2008, which wasn't that long ago. However, I understand the fundamentals of programming including Event Driven Programming, Object Oriented Programming, and using XNA to create games using Microsoft Visual Studio. I have broken it up into Event Driven and XNA, and I will provide examples of both along with a download link to the files, all fully commented, if you wanted to check it out.

Event Driven Programming is a paradigm where the flow of events is driven by the user. To give an example, a word processor is event driven. It will not do anything until you, the user, clicks or types something.

XNA, which stands for 'XNA is Not an Acronym' is a set of tools provided by Microsoft to help facilitate game development in Microsoft Visual Studio. It uses C# as it's base language, so if you're experienced with C#, you have an advantage when it comes to XNA programming.

 

bottom of page