RSS

C#

I have only been using C# for a under a year at this point, however with it being similar in structure to C++, it has made learning it much quicker. The two particular branches of C# I am currently studying are XNA Game Studio 3.0 and Windows Form Programming.
At time of writing, I’m leading a small project for entry into the Imagine Cup this year. I will upload a copy of the AI source which I wrote upon completion.

Memories
Memories is a small MDI application that can basically allows the user to create a ‘memory’ which contains picture files. These can be later viewed.

Match Snatch
Match Snatch is an old maths puzzle where there is a pile of matches, and the player is allowed to take a limited number of matches. The computer then takes the same action.
The objective is to not be the one who takes the last match.

Enemy Placement Tester
This was a tool I developed whilst working on the Imagine Cup 2009 entry (AI code sample and video link available in the XNA section.) However, the entry did not progress to Round 2, so the tool was never put to use.
It’s main purpose was for simple design of enemy attack waves and then exporting the data to be read in when loading each level of the game.