Hi
I’m programmig a 2d game and i use a big background image as my map. I use the BufferedImage.getRGB(int x, int y) method to get data from my map. I want to transfer the data from the image to some other place where i can access the data faster. The question is which method is the best. I was thinking to use a treemap but i am not sure. Can somone help me please, and also show me te code to do it please
Thanks in advance