game development Tag

On today's Corona Geek Hangout we wrapped up our "Monsters Need Coins", game development series with a look at how to create a self-contained visual editor to quickly design game levels. Ed Maurina walked us through the editor's user interface, showed us how to go from an 8x8 grid to a working game level in less than a minute, and walked us through the roughly 1000 lines of code used to create the editor. Download the full source code for the game and the visual game editor to see who everything works....

Today we covered part three of our "Using Gravity In Games" game development series with a look at level building. We looked at code for positioning platforms, spikes, coins, and monsters. We looked at how to dynamically center the camera on the player's starting position. Finally, we discussed the benefits of making code reusable and adding the ability to turn features on and off during play testing. Download the updated source code for a full look at how the game works....