2 Room Map

Okay. Next question for the n00b :stuck_out_tongue:

I would like to start by building a simple 2 room map that allows a player to walk around.

The steps I believe to do this are as follows

  1. Make Map
  2. Make Map boundries
  3. Make key grab class
  4. Make character
  5. Make character walk around on map
  6. Make character interact with stuff on map

Question is… Where in the world if possible can I find examples of this or get some help on this. I have searched the forums quite a bit and figured it may just be simpler to ask the population who would already know :wink:

Thanx again for any help given.

Um…

What does your main loop look like? I think you probably need to start there with learning how a comoputer game
works before you start imagining high level game-logic objects…

Great Idea. Know of where I can get examples of this.

Already built an applet that runs a fighter vs fighter battle.

There are a few sampel game apps around here. I am assuming this is 2D or JOGL/LWJGL.

If its Java3D then ist a bit trikier but you cna loo kat the main in JNWN fior an idea of how to organize such a thing,.

The entire thing is going to look like a SNES 2d RPG. Hopefully using the 2d engine first from Java then using OpenGL as I know nothing about either.

I finished my simple battle applet V1.0.

Works great! Loving Java. Next step is to add some graphicalness to it.

Where are these examples of games of this type? I have trouble finding the ones i needs since there is loads of information on this board.