epel
epel
CC#
Created by epel on 6/13/2024 in #help
Console Adventure Game Structure
Thanks for your help.
14 replies
CC#
Created by epel on 6/13/2024 in #help
Console Adventure Game Structure
At what point do you switch from separate classes to methods in the class? In the tutorial I watched, they explained that spaces that weren't related should be split into their own class, which is understandable. But, if you're talking to the bartender in the Inn, should the bartender logic be in its own class, or just a method of the Inn?
14 replies
CC#
Created by epel on 6/13/2024 in #help
Console Adventure Game Structure
That's roughly what the second tutorial had. The benefit of that was that you could start in any area and test it out. I'd imagine other structures would probably allow that also, but the method structure certainly didn't.
14 replies