Hi, I don't want you to do the project for me, but I would like to ask about the logic behind building an RPG in java.
You would have to assign a picture for trees and houses and stuff right?
Then would you create an array and assign each map object (tree and houses) to a coordinate in the array? Or would you use a grid?
Then you create the character as an object and then assign it things like event listeners and stuff.
All the internal game logic as well obviously.