Hi.
I have some basic knowledge about java. And i thought i would try to make a plattform game. A basic one where the player should be able to move a character, jump etc, and fire weapons.
But im not sure how i should design the level. The only way i can think of is to make it one really big array. What is the best way to do it?
And i should also mention that i’ve planned to make it as an applet.
Thanks.