Hi,
I’ll start a Shoot Em Up in J2ME very soon.
I’m trying to figure out how to describe my level, and my alien behavior.
Maybe some of you had already done that, and would be willing to share ideas with me?
For the Aliens ships, I will build a top “wave” class, implementing movements patterns (except I dont know how to represent my movement pattern, straight line is easy but the other ones?), and referencing the “ships” inside the wave.
Questions:
-> How to represent my differents ships?
-> How to represent my movement patterns? Text file? Step by step relative loc?
For the level, I was thinking of 2 text files: 1 for the static/background gfx, maybe with the “first visible point” to stream the building of the level as the player reach the area, and 1 for the “events” stuff, using same type of first visible location to release enemy waves.
Questions:
-> Is there a better way to do that?
I really want my level to be designed (no random enemy), and my enemies to have various movements, so it’s not a case of “well, i’ll simplify and make it random” And I also want the “data” to be soft-coded externally so I can build a version 2, and other games based on it.
Any ideas guy?
Thanks anyway,
Seb