I\'m designing a text-based adventure game for a school progress. I have each \"level\" set up as a class, and each explorable area (node) as a method within the appropriate
Try thinking about solutions without reflection. It's can be enums, for example.