Proper method to update and draw from game loop?
- by Lost_Soul
Recently I've took up the challenge for myself to create a basic 2d side scrolling monster truck game for my little brother. Which seems easy enough in theory. After working with XNA it seems strange jumping into Java (which is what I plan to program it in).
Inside my game class I created a private class called GameLoop that extends from…