Posted by on Nov 25, 2013 in Everything | 0 comments

I am frequently asked what I use to write my games, so I thought it was time to just write it down and put it in one place. Architecture 95% of my code is in C++, and then I have a different application layer for each platform. Windows is C++, Android is Java, iOS is Obj-C, and Windows Phone is C#.   Tools I do nearly all of my coding in Visual Studio...

Read More