Hey again, I have another noobie question
It’s not so much a coding one but I may need help with that in the end. Also, something that might be necessary is that I’m using the BlackBerry JDE 5.0.0 so I’m restricted to using the Graphics package that comes with it. I’m sure a lot of you probably do not have these libraries however like I said my question isn’t really a coding one.
- Is it practical to create a bunch of tiles, and define the walkable pathways using a certain number, so that i wouldn’t have to worry about collision detection for a simple maze game.
- How would I store the co-ordinates of the walkable tiles, so that I can iterate through like an array to see in what directions the player can walk.
Thanks for any advice!