Jamesb187
04-17-2006, 07:26 AM
Hi all,
Another newbie question from me!
I'm putting together my first simple games programs (Hangman, word games etc) to practice basic coding, and I'm finding that I spend a lot of time backtracking in my code because I haven't thought ahead through all of the program control ie oops, I need a do...while loop here, I need a new function here...which is wasting a lot of time.
Is there a process or document that you might use before starting any coding, to plan program flow, required functions/variables/arrays etc? I get the feeling that, especially for more advanced programs/games, this must be required to save hours of recoding as the game is written.
Any ideas on how to plan effectively would be much appreciated!
Thanks,
Jim
Another newbie question from me!
I'm putting together my first simple games programs (Hangman, word games etc) to practice basic coding, and I'm finding that I spend a lot of time backtracking in my code because I haven't thought ahead through all of the program control ie oops, I need a do...while loop here, I need a new function here...which is wasting a lot of time.
Is there a process or document that you might use before starting any coding, to plan program flow, required functions/variables/arrays etc? I get the feeling that, especially for more advanced programs/games, this must be required to save hours of recoding as the game is written.
Any ideas on how to plan effectively would be much appreciated!
Thanks,
Jim