Monday, February 10, 2014

Beginning a New Game: The Mario Platformer Scroller

Today we are going to begin a new game using methods and classes similar to our Platformer. This time we'll be covering some new methods -- including setting the background colors, showing mirror images of graphics, setting up a separate Start Screen, having levels, and telling the program the "scale" of the graphics we use. While we work through this scenario, try to keep the layout, format, and images that I use. We will be customizing them after we are done, but let's avoid unnecessary delays while we work though this. It can be a fairly dense, complicated code at times and it's much easier to find our errors if we're all looking for the same image names, class names, etc.

No comments:

Post a Comment