Hello all, I am new here and new to Java. I’m reading the “All in one book for Dummies by Doug Lowe”, and I need to know what goals I should start with first.
I have a project plan I have been working with for about 2 years with all the information my game needs, as-far-as game description, modes, ranks, weapons, features, etc… Now that I know how I want my game to be, I need to know in what order should I start programming my game? Here are a few facts:
- It will be a 2D top-down shooter with single and multiplayer modes.
- The map will be multidimensional arrays stored either on a database, or text file.
- There will be 5 different game modes(as of now) that are playable on all maps.
I know exactly how I want the game to look and feel, but I just don’t know in what order should I start development/programming.
Thanks in advance for any help.