Best Practice For Game Development!

Hi all im starting on my first game today it will be a sniper shooting game.. what i would like to know is where do you start your game from?? Do you develop the level first or go for the start menu first.. what are the best practices ??? Thanks

Well usually I setup my framework:

main.lua
menu.lua
level1.lua
gamecredits.lua
help.lua
gamesettings.lua

copy in any external lua files I'll need like movieclip.lua, ui.lua

Then I'll setup the menu page and make sure I can load all the parts, and get back to the menu,

Then I code up the game, then eventually I get back to the auxillary pages and finish them later.

@robmiracle Awesome you really have given me a road map to work on... Thanks Dude

views:1653 update:2011/11/26 9:01:35
corona forums © 2003-2011