14 years, 5 months ago
Highlights
Community contributions featuredI learned tons reading Game Coding Complete and the blog at http://gamearchitect.net/, then also digging through the XNA engine at http://xnafinalengine.codeplex.com/. Thank you…
14 years, 5 months ago
14 years, 7 months ago
Sorry for the lame question, but I can't find a definitive answer anywhere. I wrote a system that I really like using C++ in VS 2010. I #include'd <memory>, and ha…
14 years, 10 months ago
I have an idea for a Tween class that looks great on paper, but I am running into trouble trying to implement it. I want to be able to create Tween objects that take in a variab…
15 years, 1 month ago
This isn't exactly a programming question, but very related. I am in my third year of school for game programming, and have to write a semester-long (12ish pages) research p…
15 years, 1 month ago
Latest Activity
See all in DiscussionsI learned tons reading Game Coding Complete and the blog at http://gamearchitect.net/, then also digging through the XNA engine at …
14 years, 5 months ago
When you go to serialize, you would transfer the Dictionary into a List, then serialize the List instead. When you …
14 years, 7 months ago
The problem is with your Dictionary, which is not a serializable object. I had the same problem a while back, …
14 years, 7 months ago