I want to create a game which has for example 20x30 fields,my first thought was that each field would be a list(becouse sometimes some field contains more than one object),but after reading a few questions about the array of generic lists,I've realised it's not a good solution.
The game is going to be a very simple version of Raft,playing it in console with commands like "left" so the character moves one field left. So can you recommend a good container or something to design the fields?
An illustration of the game: https://i.stack.imgur.com/cLSXy.jpg