So I’ve started my Text based RPG game however my room system is lacking depth. In basic I create a room object and add it to ArrayList I was looking into how to make a 2d array, but seems like that not an option. However I’m unsure how I can make an array that holds objects other then ArrayList.
Is my logic wrong and I’m looking at it wrong.
Sorry if this seems lacking I’m still pretty new at this.