Dynamic C# Game Objects in XNA
I’ve been getting increasngly annoyed with the whole design time / run time aspect of writing code recently. Content changed, stop, compile run, test. Game object behaviour not working right? Change code, compile run, test, iterate. The first thing was to get content loading dynamically. Using MonoGame’s Content Builder proved to be the solution here […]
Read More →