Boo, since you're lonely here is some useless information. I'm writing a game idea I've had in Java, using the intelliJ IDEA ide. So far so good, but now I'm wondering what type of data structure to use for the shop items. Maybe a 2d array because I need type and quantity, but also it needs to vary by shop location.... hmm.