danaAlcala / SimpleTextGame

This is my first attempt at creating a text-adventure. It will be written in C#.
MIT License
1 stars 0 forks source link

Your architecture is bizzare #2

Open soryy708 opened 10 years ago

soryy708 commented 10 years ago

Your architecture is bizzare. Like, everything about it. You have classes where there's no reason to, and you're calling methods from other classes when really you should have been calling your own methods (or not calling methods at all). I suggest you should re-design your architecture.

danaAlcala commented 10 years ago

The reason the classes are the way they are: