How are maps in tile-based games done in DM (and in general)? Do they make a multi-dimensional list that reference all the objects and then each time a player moves, it renders relative to their position? The reason I ask is that I want to make a very simple tile based game where you can move around just for experience.
|