When I'm constructing the array in C# to get ready to pass to this function, can I do it the exact same way, or are there other things I have to take into consideration? You can't read arrays like ...
To put this in context, for one of my classes in College we have to code Hunt The Wumpus, so is it possible to populate a 2D array with Structs (rooms) and assign each a numerical value so i can ...