Portfolio

Welcome to the temporary home of my portfolio. If you have any questions or would like to see my CV/Resume, please contact me via email: [email protected]

I can also be contacted through my LinkedIn page: http://au.linkedin.com/in/mquandt

I maintain and contribute to a number of public Git repositories on Github, feel free to take a look at the code in there. (I moved all public repositories from Bitbucket to Github, so all of my public code is in one place)

GitHub: https://github.com/quandtm

ScriptTD

ScriptTD is a game engine and sample designed for Windows Phone 7. The engine itself provides everything needed to create a 2D Tower Defense game for the phone in XNA. The aim was to let anyone, even those without programming knowledge, create a Tower Defense game that they can sell on the WP7 marketplace. A secondary aim was to allow those who knew how to program, extend the engine to add their own weapons or gameplay elements.

I completed all of the programming for this project, and wrote an article about adding a new weapon, which was posted on the Coding4Fun blog. I am still working on this project for the Coding4Fun team, adding new features as requested and optimising/improving the existing code. All code is provided open source on Codeplex and I am active in providing support both on the discussion boards there, and via direct email.

The project itself is written in C#, and uses XML as the data specification language for the data files. (Unit damage values etc)